Searched refs:createFastRegisterAllocator (Results 1 – 5 of 5) sorted by relevance
180 FunctionPass *createFastRegisterAllocator();181 FunctionPass *createFastRegisterAllocator(RegClassFilterFunc F,
36 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
140 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()152 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()1338 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
61 fastRegAlloc("fast", "fast register allocator", createFastRegisterAllocator);1582 FunctionPass *llvm::createFastRegisterAllocator() { in createFastRegisterAllocator() function in llvm1586 FunctionPass *llvm::createFastRegisterAllocator(RegClassFilterFunc Ftor, in createFastRegisterAllocator() function in llvm
1383 return createFastRegisterAllocator(); in createTargetRegisterAllocator()1415 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()