Home
last modified time | relevance | path

Searched refs:getNumAllocatableRegs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp190 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs) in compute()
232 unsigned NAllocatableRegs = getNumAllocatableRegs(RC); in computePSetLimit()
H A DRegAllocEvictionAdvisor.cpp290 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg())) < in canEvictInterferenceBasedOnCost()
291 RegClassInfo.getNumAllocatableRegs( in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp711 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg())) < in loadInterferenceFeatures()
712 RegClassInfo.getNumAllocatableRegs( in loadInterferenceFeatures()
H A DRegAllocGreedy.cpp455 (2 * RegClassInfo.getNumAllocatableRegs(&RC))); in getPriority()
1483 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()
1578 RegClassInfo.getNumAllocatableRegs(SuperRC); in tryInstructionSplit()
H A DMachineScheduler.cpp3716 unsigned NIntRegs = Context->RegClassInfo->getNumAllocatableRegs( in initPolicy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h99 unsigned getNumAllocatableRegs(const TargetRegisterClass *RC) const { in getNumAllocatableRegs() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp86 Context->RegClassInfo->getNumAllocatableRegs(&AMDGPU::SGPR_32RegClass); in initialize()
88 Context->RegClassInfo->getNumAllocatableRegs(&AMDGPU::VGPR_32RegClass); in initialize()