LLVM 20.0.0git
|
Analyzes how many registers and other resources are used by functions. More...
#include "AMDGPUResourceUsageAnalysis.h"
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "SIMachineFunctionInfo.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "amdgpu-resource-usage" |
Functions | |
INITIALIZE_PASS (AMDGPUResourceUsageAnalysis, DEBUG_TYPE, "Function register usage analysis", true, true) static const Function *getCalleeFunction(const MachineOperand &Op) | |
static bool | hasAnyNonFlatUseOfReg (const MachineRegisterInfo &MRI, const SIInstrInfo &TII, unsigned Reg) |
Variables | |
static cl::opt< uint32_t > | clAssumedStackSizeForExternalCall ("amdgpu-assume-external-call-stack-size", cl::desc("Assumed stack use of any external call (in bytes)"), cl::Hidden, cl::init(16384)) |
static cl::opt< uint32_t > | clAssumedStackSizeForDynamicSizeObjects ("amdgpu-assume-dynamic-stack-object-size", cl::desc("Assumed extra stack use if there are any " "variable sized objects (in bytes)"), cl::Hidden, cl::init(4096)) |
Analyzes how many registers and other resources are used by functions.
The results of this analysis are used to fill the register usage, flat usage, etc. into hardware registers.
Definition in file AMDGPUResourceUsageAnalysis.cpp.
#define DEBUG_TYPE "amdgpu-resource-usage" |
Definition at line 31 of file AMDGPUResourceUsageAnalysis.cpp.
|
static |
Definition at line 61 of file AMDGPUResourceUsageAnalysis.cpp.
INITIALIZE_PASS | ( | AMDGPUResourceUsageAnalysis | , |
DEBUG_TYPE | , | ||
"Function register usage analysis" | , | ||
true | , | ||
true | |||
) | const & |
Definition at line 50 of file AMDGPUResourceUsageAnalysis.cpp.
References assert().
|
static |
Referenced by llvm::AMDGPUResourceUsageAnalysis::runOnMachineFunction().
|
static |
Referenced by llvm::AMDGPUResourceUsageAnalysis::runOnMachineFunction().