Searched refs:onlyAllocateVGPRs (Results 1 – 1 of 1) sorted by relevance
150 static bool onlyAllocateVGPRs(const TargetRegisterInfo &TRI, in onlyAllocateVGPRs() function237 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()