Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp64 class VGPRRegisterRegAlloc : public RegisterRegAllocBase<VGPRRegisterRegAlloc> { class
66 VGPRRegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in VGPRRegisterRegAlloc() function in __anonc203afa10111::VGPRRegisterRegAlloc
99 static cl::opt<VGPRRegisterRegAlloc::FunctionPassCtor, false,
100 RegisterPassParser<VGPRRegisterRegAlloc>>
115 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
119 VGPRRegisterRegAlloc::setDefault(VGPRRegAlloc); in initializeDefaultVGPRRegisterAllocatorOnce()
156 static VGPRRegisterRegAlloc basicRegAllocVGPR(
158 static VGPRRegisterRegAlloc greedyRegAllocVGPR(
161 static VGPRRegisterRegAlloc fastRegAllocVGPR(
1382 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()