Searched refs:createBasicRegisterAllocator (Results 1 – 5 of 5) sorted by relevance
43 createBasicRegisterAllocator);338 FunctionPass* llvm::createBasicRegisterAllocator() { in createBasicRegisterAllocator() function in llvm342 FunctionPass *llvm::createBasicRegisterAllocator(RegAllocFilterFunc F) { in createBasicRegisterAllocator() function in llvm
36 (void) llvm::createBasicRegisterAllocator(); in ForceCodegenLinking()
224 LLVM_ABI FunctionPass *createBasicRegisterAllocator();225 LLVM_ABI FunctionPass *createBasicRegisterAllocator(RegAllocFilterFunc F);
225 return createBasicRegisterAllocator(onlyAllocateSGPRs); in createBasicSGPRRegisterAllocator()237 return createBasicRegisterAllocator(onlyAllocateVGPRs); in createBasicVGPRRegisterAllocator()249 return createBasicRegisterAllocator(onlyAllocateWWMRegs); in createBasicWWMRegisterAllocator()
368 return createBasicRegisterAllocator(onlyAllocateRVVReg); in createBasicRVVRegisterAllocator()