Searched refs:createFastRegisterAllocator (Results 1 – 5 of 5) sorted by relevance
188 FunctionPass *createFastRegisterAllocator();189 FunctionPass *createFastRegisterAllocator(RegClassFilterFunc F,
35 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
142 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()154 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()1301 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
61 fastRegAlloc("fast", "fast register allocator", createFastRegisterAllocator);1612 FunctionPass *llvm::createFastRegisterAllocator() { in createFastRegisterAllocator() function in llvm1616 FunctionPass *llvm::createFastRegisterAllocator(RegClassFilterFunc Ftor, in createFastRegisterAllocator() function in llvm
1361 return createFastRegisterAllocator(); in createTargetRegisterAllocator()1393 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()