Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp150 static bool onlyAllocateVGPRs(const TargetRegisterInfo &TRI, in onlyAllocateVGPRs() function
237 return createBasicRegisterAllocator(onlyAllocateVGPRs); in createBasicVGPRRegisterAllocator()
241 return createGreedyRegisterAllocator(onlyAllocateVGPRs); in createGreedyVGPRRegisterAllocator()
245 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()
958 return onlyAllocateVGPRs; in registerPassBuilderCallbacks()
2270 addPass(RAGreedyPass({onlyAllocateVGPRs, "vgpr"})); in addRegAssignmentOptimized()