Searched refs:createGreedyRegisterAllocator (Results 1 – 7 of 7) sorted by relevance
37 (void) llvm::createGreedyRegisterAllocator(); in ForceCodegenLinking()
230 LLVM_ABI FunctionPass *createGreedyRegisterAllocator();231 LLVM_ABI FunctionPass *createGreedyRegisterAllocator(RegAllocFilterFunc F);
229 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createGreedySGPRRegisterAllocator()241 return createGreedyRegisterAllocator(onlyAllocateVGPRs); in createGreedyVGPRRegisterAllocator()253 return createGreedyRegisterAllocator(onlyAllocateWWMRegs); in createGreedyWWMRegisterAllocator()1597 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createSGPRAllocPass()
700 addPass(createGreedyRegisterAllocator(onlyAllocateTileRegisters)); in addRegAssignAndRewriteOptimized()
372 return createGreedyRegisterAllocator(onlyAllocateRVVReg); in createGreedyRVVRegisterAllocator()
142 createGreedyRegisterAllocator);329 FunctionPass* llvm::createGreedyRegisterAllocator() { in createGreedyRegisterAllocator() function in llvm333 FunctionPass *llvm::createGreedyRegisterAllocator(RegAllocFilterFunc Ftor) { in createGreedyRegisterAllocator() function in llvm
1379 return createGreedyRegisterAllocator(); in createTargetRegisterAllocator()