Searched refs:createGreedyRegisterAllocator (Results 1 – 7 of 7) sorted by relevance
220 FunctionPass *createGreedyRegisterAllocator();221 FunctionPass *createGreedyRegisterAllocator(RegAllocFilterFunc F);
37 (void) llvm::createGreedyRegisterAllocator(); in ForceCodegenLinking()
148 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createGreedySGPRRegisterAllocator()160 return createGreedyRegisterAllocator(onlyAllocateVGPRs); in createGreedyVGPRRegisterAllocator()1386 return createGreedyRegisterAllocator(onlyAllocateSGPRs); in createSGPRAllocPass()
315 return createGreedyRegisterAllocator(onlyAllocateRVVReg); in createGreedyRVVRegisterAllocator()
689 addPass(createGreedyRegisterAllocator(onlyAllocateTileRegisters)); in addRegAssignAndRewriteOptimized()
150 createGreedyRegisterAllocator);191 FunctionPass* llvm::createGreedyRegisterAllocator() { in createGreedyRegisterAllocator() function in llvm195 FunctionPass *llvm::createGreedyRegisterAllocator(RegAllocFilterFunc Ftor) { in createGreedyRegisterAllocator() function in llvm
1355 return createGreedyRegisterAllocator(); in createTargetRegisterAllocator()