Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp151 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs) in compute()
193 unsigned NAllocatableRegs = getNumAllocatableRegs(RC); in computePSetLimit()
H A DRegAllocGreedy.cpp967 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg())) < in canEvictInterference()
968 RegClassInfo.getNumAllocatableRegs( in canEvictInterference()
2082 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()
2114 unsigned SuperRCNumAllocatableRegs = RCI.getNumAllocatableRegs(SuperRC); in tryInstructionSplit()
H A DMachineScheduler.cpp2943 unsigned NIntRegs = Context->RegClassInfo->getNumAllocatableRegs( in initPolicy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h92 unsigned getNumAllocatableRegs(const TargetRegisterClass *RC) const { in getNumAllocatableRegs() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp40 ->getNumAllocatableRegs(&AMDGPU::SGPR_32RegClass) - ErrorMargin; in initialize()
42 ->getNumAllocatableRegs(&AMDGPU::VGPR_32RegClass) - ErrorMargin; in initialize()