Searched refs:createGreedyRegisterAllocator (Results 1 – 5 of 5) sorted by relevance
190 FunctionPass *createGreedyRegisterAllocator();191 FunctionPass *createGreedyRegisterAllocator(RegClassFilterFunc F);
35 (void) llvm::createGreedyRegisterAllocator(); in ForceCodegenLinking()
128 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createGreedySGPRRegisterAllocator()140 return createGreedyRegisterAllocator(onlyAllocateVGPRs); in createGreedyVGPRRegisterAllocator()1372 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createSGPRAllocPass()
141 createGreedyRegisterAllocator);635 FunctionPass* llvm::createGreedyRegisterAllocator() { in createGreedyRegisterAllocator() function in llvm640 FunctionPass* createGreedyRegisterAllocator(646 FunctionPass* llvm::createGreedyRegisterAllocator( in createGreedyRegisterAllocator() function in llvm
1310 return createGreedyRegisterAllocator(); in createTargetRegisterAllocator()