Searched refs:createFastRegisterAllocator (Results 1 – 5 of 5) sorted by relevance
177 FunctionPass *createFastRegisterAllocator();178 FunctionPass *createFastRegisterAllocator(RegClassFilterFunc F,
33 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
132 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()144 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()1374 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
65 fastRegAlloc("fast", "fast register allocator", createFastRegisterAllocator);1567 FunctionPass *llvm::createFastRegisterAllocator() { in createFastRegisterAllocator() function in llvm1571 FunctionPass *llvm::createFastRegisterAllocator( in createFastRegisterAllocator() function in llvm
1312 return createFastRegisterAllocator(); in createTargetRegisterAllocator()1339 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()