LLVM 20.0.0git
|
#include "X86.h"
#include "X86InstrBuilder.h"
#include "X86MachineFunctionInfo.h"
#include "X86RegisterInfo.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"
#include "llvm/InitializePasses.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) |
Variables | |
DEBUG_TYPE | |
Fast Tile Register | Configure |
Fast Tile Register | false |
#define DEBUG_TYPE "fasttileconfig" |
Definition at line 36 of file X86FastTileConfig.cpp.
INITIALIZE_PASS_BEGIN | ( | X86FastTileConfig | , |
DEBUG_TYPE | , | ||
"Fast Tile Register Configure" | , | ||
false | , | ||
false | |||
) |
|
static |
Definition at line 83 of file X86FastTileConfig.cpp.
References assert(), llvm::MachineOperand::getReg(), llvm::MachineOperand::isReg(), MI, and MRI.
Fast Tile Register Configure |
Definition at line 81 of file X86FastTileConfig.cpp.
DEBUG_TYPE |
Definition at line 80 of file X86FastTileConfig.cpp.
Fast Tile Register false |
Definition at line 81 of file X86FastTileConfig.cpp.