Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp131 class VGPRRegisterRegAlloc : public RegisterRegAllocBase<VGPRRegisterRegAlloc> { class
133 VGPRRegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in VGPRRegisterRegAlloc() function in __anon0480076d0111::VGPRRegisterRegAlloc
186 static cl::opt<VGPRRegisterRegAlloc::FunctionPassCtor, false,
187 RegisterPassParser<VGPRRegisterRegAlloc>>
207 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
211 VGPRRegisterRegAlloc::setDefault(VGPRRegAlloc); in initializeDefaultVGPRRegisterAllocatorOnce()
269 static VGPRRegisterRegAlloc basicRegAllocVGPR(
271 static VGPRRegisterRegAlloc greedyRegAllocVGPR(
274 static VGPRRegisterRegAlloc fastRegAllocVGPR(
1607 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()