|
LLVM 22.0.0git
|
#include "X86.h"#include "X86InstrBuilder.h"#include "X86MachineFunctionInfo.h"#include "X86Subtarget.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetRegisterInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "fasttileconfig" |
Functions | |
| INITIALIZE_PASS_BEGIN (X86FastTileConfig, DEBUG_TYPE, "Fast Tile Register Configure", false, false) INITIALIZE_PASS_END(X86FastTileConfig | |
| Fast Tile Register static false bool | isTileDef (MachineRegisterInfo *MRI, MachineInstr &MI) |
| static unsigned | getTMMIndex (Register Reg) |
Variables | |
| DEBUG_TYPE | |
| Fast Tile Register | Configure |
| Fast Tile Register | false |
| #define DEBUG_TYPE "fasttileconfig" |
Definition at line 34 of file X86FastTileConfig.cpp.
Definition at line 105 of file X86FastTileConfig.cpp.
References llvm_unreachable, and Reg.
| INITIALIZE_PASS_BEGIN | ( | X86FastTileConfig | , |
| DEBUG_TYPE | , | ||
| "Fast Tile Register Configure" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
|
static |
Definition at line 80 of file X86FastTileConfig.cpp.
References assert(), llvm::MachineOperand::getReg(), llvm::MachineOperand::isReg(), isTileDef(), MI, MRI, and Reg.
| Fast Tile Register Configure |
Definition at line 78 of file X86FastTileConfig.cpp.
| DEBUG_TYPE |
Definition at line 77 of file X86FastTileConfig.cpp.
| Fast Tile Register false |
Definition at line 78 of file X86FastTileConfig.cpp.