Home
last modified time | relevance | path

Searched refs:VGPRRegisterRegAlloc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp72 class VGPRRegisterRegAlloc : public RegisterRegAllocBase<VGPRRegisterRegAlloc> { class
74 VGPRRegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in VGPRRegisterRegAlloc() function in __anonc33cc49d0111::VGPRRegisterRegAlloc
107 static cl::opt<VGPRRegisterRegAlloc::FunctionPassCtor, false,
108 RegisterPassParser<VGPRRegisterRegAlloc>>
123 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
127 VGPRRegisterRegAlloc::setDefault(VGPRRegAlloc); in initializeDefaultVGPRRegisterAllocatorOnce()
164 static VGPRRegisterRegAlloc basicRegAllocVGPR(
166 static VGPRRegisterRegAlloc greedyRegAllocVGPR(
169 static VGPRRegisterRegAlloc fastRegAllocVGPR(
1346 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()