LLVM 19.0.0git
Macros | Functions | Variables
X86LowerTileCopy.cpp File Reference
#include "X86.h"
#include "X86InstrBuilder.h"
#include "X86InstrInfo.h"
#include "X86Subtarget.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
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "x86-lower-tile-copy"

Definition at line 37 of file X86LowerTileCopy.cpp.

◆ GET_EGPR_IF_ENABLED

#define GET_EGPR_IF_ENABLED (   OPC)    (ST.hasEGPR() ? OPC##_EVEX : OPC)

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( X86LowerTileCopy  ,
"lowertilecopy"  ,
"Tile Copy Lowering"  ,
false  ,
false   
)

Variable Documentation

◆ false

Tile Copy false

Definition at line 61 of file X86LowerTileCopy.cpp.

◆ Lowering

Tile Copy Lowering

Definition at line 60 of file X86LowerTileCopy.cpp.

◆ lowertilecopy

lowertilecopy

Definition at line 60 of file X86LowerTileCopy.cpp.