| 
    LLVM 22.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"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "x86-lower-tile-copy" | 
| #define | GET_EGPR_IF_ENABLED(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 37 of file X86LowerTileCopy.cpp.
| #define GET_EGPR_IF_ENABLED | ( | OPC | ) | 
| INITIALIZE_PASS_BEGIN | ( | X86LowerTileCopy | , | 
| "lowertilecopy" | , | ||
| "Tile Copy Lowering" | , | ||
| false | , | ||
| false | ) | 
| Tile Copy false | 
Definition at line 61 of file X86LowerTileCopy.cpp.
| Tile Copy Lowering | 
Definition at line 60 of file X86LowerTileCopy.cpp.
| lowertilecopy | 
Definition at line 60 of file X86LowerTileCopy.cpp.