Searched refs:createFastRegisterAllocator (Results 1 – 7 of 7) sorted by relevance
35 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
217 LLVM_ABI FunctionPass *createFastRegisterAllocator();218 LLVM_ABI FunctionPass *createFastRegisterAllocator(RegAllocFilterFunc F,
233 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()245 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()257 return createFastRegisterAllocator(onlyAllocateWWMRegs, false); in createFastWWMRegisterAllocator()1599 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
62 createFastRegisterAllocator);1900 FunctionPass *llvm::createFastRegisterAllocator() { return new RegAllocFast(); } in createFastRegisterAllocator() function in llvm1902 FunctionPass *llvm::createFastRegisterAllocator(RegAllocFilterFunc Ftor, in createFastRegisterAllocator() function in llvm
1381 return createFastRegisterAllocator(); in createTargetRegisterAllocator()1413 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()
376 return createFastRegisterAllocator(onlyAllocateRVVReg, false); in createFastRVVRegisterAllocator()
17557 {"_ZN4llvm27createFastRegisterAllocatorEv", "llvm::createFastRegisterAllocator()"},