Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp74 class VGPRRegisterRegAlloc : public RegisterRegAllocBase<VGPRRegisterRegAlloc> { class
76 VGPRRegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in VGPRRegisterRegAlloc() function in __anond3efb7640111::VGPRRegisterRegAlloc
109 static cl::opt<VGPRRegisterRegAlloc::FunctionPassCtor, false,
110 RegisterPassParser<VGPRRegisterRegAlloc>>
125 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce()
129 VGPRRegisterRegAlloc::setDefault(VGPRRegAlloc); in initializeDefaultVGPRRegisterAllocatorOnce()
166 static VGPRRegisterRegAlloc basicRegAllocVGPR(
168 static VGPRRegisterRegAlloc greedyRegAllocVGPR(
171 static VGPRRegisterRegAlloc fastRegAllocVGPR(
1309 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass()