LLVM 20.0.0git
|
#include "X86.h"
#include "X86InstrBuilder.h"
#include "X86InstrInfo.h"
#include "X86MachineFunctionInfo.h"
#include "X86Subtarget.h"
#include "llvm/CodeGen/LiveRegUnits.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "x86-lower-tile-copy" |
#define | GET_EGPR_IF_ENABLED(OPC) (ST.hasEGPR() ? OPC##_EVEX : OPC) |
Functions | |
INITIALIZE_PASS_BEGIN (X86LowerTileCopy, "lowertilecopy", "Tile Copy Lowering", false, false) INITIALIZE_PASS_END(X86LowerTileCopy | |
Variables | |
lowertilecopy | |
Tile Copy | Lowering |
Tile Copy | false |
#define DEBUG_TYPE "x86-lower-tile-copy" |
Definition at line 39 of file X86LowerTileCopy.cpp.
#define GET_EGPR_IF_ENABLED | ( | OPC | ) | (ST.hasEGPR() ? OPC##_EVEX : OPC) |
INITIALIZE_PASS_BEGIN | ( | X86LowerTileCopy | , |
"lowertilecopy" | , | ||
"Tile Copy Lowering" | , | ||
false | , | ||
false | |||
) |
Tile Copy false |
Definition at line 63 of file X86LowerTileCopy.cpp.
Tile Copy Lowering |
Definition at line 62 of file X86LowerTileCopy.cpp.
lowertilecopy |
Definition at line 62 of file X86LowerTileCopy.cpp.