Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDRegisterClassInfo.cpp136 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs) in compute()
178 unsigned NReserved = RC->getNumRegs() - getNumAllocatableRegs(RC); in computePSetLimit()
HDRegAllocGreedy.cpp744 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg)) < in canEvictInterference()
745 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg))); in canEvictInterference()
1539 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()
1570 unsigned SuperRCNumAllocatableRegs = RCI.getNumAllocatableRegs(SuperRC); in tryInstructionSplit()
HDMachineScheduler.cpp2407 unsigned NIntRegs = Context->RegClassInfo->getNumAllocatableRegs( in initPolicy()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDRegisterClassInfo.h86 unsigned getNumAllocatableRegs(const TargetRegisterClass *RC) const { in getNumAllocatableRegs() function