Searched refs:createBasicRegisterAllocator (Results 1 – 5 of 5) sorted by relevance
41 createBasicRegisterAllocator);333 FunctionPass* llvm::createBasicRegisterAllocator() { in createBasicRegisterAllocator() function in llvm337 FunctionPass* llvm::createBasicRegisterAllocator(RegClassFilterFunc F) { in createBasicRegisterAllocator() function in llvm
209 FunctionPass *createBasicRegisterAllocator();210 FunctionPass *createBasicRegisterAllocator(RegClassFilterFunc F);
36 (void) llvm::createBasicRegisterAllocator(); in ForceCodegenLinking()
322 return createBasicRegisterAllocator(onlyAllocateRVVReg); in createBasicRVVRegisterAllocator()
136 return createBasicRegisterAllocator(onlyAllocateSGPRs); in createBasicSGPRRegisterAllocator()148 return createBasicRegisterAllocator(onlyAllocateVGPRs); in createBasicVGPRRegisterAllocator()