Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp87 static bool onlyAllocateSGPRs(const TargetRegisterInfo &TRI, in onlyAllocateSGPRs() function
144 return createBasicRegisterAllocator(onlyAllocateSGPRs); in createBasicSGPRRegisterAllocator()
148 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createGreedySGPRRegisterAllocator()
152 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()
757 return onlyAllocateSGPRs; in registerPassBuilderCallbacks()
1386 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createSGPRAllocPass()
1388 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()