LLVM 20.0.0git
|
Pass to pre-allocated WWM registers. More...
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "SIMachineFunctionInfo.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/LiveRegMatrix.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/RegisterClassInfo.h"
#include "llvm/CodeGen/VirtRegMap.h"
#include "llvm/InitializePasses.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "si-pre-allocate-wwm-regs" |
Functions | |
INITIALIZE_PASS_BEGIN (SIPreAllocateWWMRegs, DEBUG_TYPE, "SI Pre-allocate WWM Registers", false, false) INITIALIZE_PASS_END(SIPreAllocateWWMRegs | |
Variables | |
static cl::opt< bool > | EnablePreallocateSGPRSpillVGPRs ("amdgpu-prealloc-sgpr-spill-vgprs", cl::init(false), cl::Hidden) |
DEBUG_TYPE | |
SI Pre allocate WWM | Registers |
SI Pre allocate WWM | false |
Pass to pre-allocated WWM registers.
Definition in file SIPreAllocateWWMRegs.cpp.
#define DEBUG_TYPE "si-pre-allocate-wwm-regs" |
Definition at line 29 of file SIPreAllocateWWMRegs.cpp.
INITIALIZE_PASS_BEGIN | ( | SIPreAllocateWWMRegs | , |
DEBUG_TYPE | , | ||
"SI Pre-allocate WWM Registers" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 81 of file SIPreAllocateWWMRegs.cpp.
|
static |
SI Pre allocate WWM false |
Definition at line 82 of file SIPreAllocateWWMRegs.cpp.
SI Pre allocate WWM Registers |
Definition at line 82 of file SIPreAllocateWWMRegs.cpp.
Referenced by ConsecutiveRegisters().