|
LLVM 22.0.0git
|
#include "AMDGPUPrepareAGPRAlloc.h"#include "AMDGPU.h"#include "GCNSubtarget.h"#include "SIMachineFunctionInfo.h"#include "SIRegisterInfo.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/InitializePasses.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "amdgpu-prepare-agpr-alloc" |
Functions | |
| INITIALIZE_PASS_BEGIN (AMDGPUPrepareAGPRAllocLegacy, DEBUG_TYPE, "AMDGPU Prepare AGPR Alloc", false, false) INITIALIZE_PASS_END(AMDGPUPrepareAGPRAllocLegacy | |
Variables | |
| DEBUG_TYPE | |
| AMDGPU Prepare AGPR | Alloc |
| AMDGPU Prepare AGPR | false |
| #define DEBUG_TYPE "amdgpu-prepare-agpr-alloc" |
Definition at line 28 of file AMDGPUPrepareAGPRAlloc.cpp.
| INITIALIZE_PASS_BEGIN | ( | AMDGPUPrepareAGPRAllocLegacy | , |
| DEBUG_TYPE | , | ||
| "AMDGPU Prepare AGPR Alloc" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| AMDGPU Prepare AGPR Alloc |
Definition at line 68 of file AMDGPUPrepareAGPRAlloc.cpp.
Referenced by createDeadDef(), tomp::clause::DefaultmapT< T, I, E >::ENUM(), lowerNonLocalAlloca(), operator new(), stabilize(), stabilize(), and upgrade().
| DEBUG_TYPE |
Definition at line 67 of file AMDGPUPrepareAGPRAlloc.cpp.
| AMDGPU Prepare AGPR false |
Definition at line 68 of file AMDGPUPrepareAGPRAlloc.cpp.