Home
last modified time | relevance | path

Searched refs:createFastRegisterAllocator (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h207 FunctionPass *createFastRegisterAllocator();
208 FunctionPass *createFastRegisterAllocator(RegAllocFilterFunc F,
H A DLinkAllCodegenComponents.h35 (void) llvm::createFastRegisterAllocator(); in ForceCodegenLinking()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp152 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createFastSGPRRegisterAllocator()
164 return createFastRegisterAllocator(onlyAllocateVGPRs, true); in createFastVGPRRegisterAllocator()
1388 return createFastRegisterAllocator(onlyAllocateSGPRs, false); in createSGPRAllocPass()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp62 createFastRegisterAllocator);
1842 FunctionPass *llvm::createFastRegisterAllocator() { return new RegAllocFast(); } in createFastRegisterAllocator() function in llvm
1844 FunctionPass *llvm::createFastRegisterAllocator(RegAllocFilterFunc Ftor, in createFastRegisterAllocator() function in llvm
H A DTargetPassConfig.cpp1357 return createFastRegisterAllocator(); in createTargetRegisterAllocator()
1389 RegAlloc != (RegisterRegAlloc::FunctionPassCtor)&createFastRegisterAllocator) in addRegAssignAndRewriteFast()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp319 return createFastRegisterAllocator(onlyAllocateRVVReg, false); in createFastRVVRegisterAllocator()