Searched refs:createFastRegisterAllocator (Results 1 – 6 of 6) sorted by relevance
202 FunctionPass *createFastRegisterAllocator();203 FunctionPass *createFastRegisterAllocator(RegClassFilterFunc F,
35 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
144 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()156 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()1362 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
61 createFastRegisterAllocator);1774 FunctionPass *llvm::createFastRegisterAllocator() { return new RegAllocFast(); } in createFastRegisterAllocator() function in llvm1776 FunctionPass *llvm::createFastRegisterAllocator(RegClassFilterFunc Ftor, in createFastRegisterAllocator() function in llvm
1346 return createFastRegisterAllocator(); in createTargetRegisterAllocator()1378 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()
330 return createFastRegisterAllocator(onlyAllocateRVVReg, false); in createFastRVVRegisterAllocator()