Searched refs:createFastRegisterAllocator (Results 1 – 6 of 6) sorted by relevance
207 FunctionPass *createFastRegisterAllocator();208 FunctionPass *createFastRegisterAllocator(RegAllocFilterFunc F,
35 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
152 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()164 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()1388 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
62 createFastRegisterAllocator);1842 FunctionPass *llvm::createFastRegisterAllocator() { return new RegAllocFast(); } in createFastRegisterAllocator() function in llvm1844 FunctionPass *llvm::createFastRegisterAllocator(RegAllocFilterFunc Ftor, in createFastRegisterAllocator() function in llvm
1357 return createFastRegisterAllocator(); in createTargetRegisterAllocator()1389 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()
319 return createFastRegisterAllocator(onlyAllocateRVVReg, false); in createFastRVVRegisterAllocator()