Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp136 if (Super != RC && getNumAllocatableRegs(Super) > RCI.NumRegs) in compute()
178 unsigned NReserved = RC->getNumRegs() - getNumAllocatableRegs(RC); in computePSetLimit()
DRegAllocGreedy.cpp765 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg)) < in canEvictInterference()
766 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg))); in canEvictInterference()
1560 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()
1591 unsigned SuperRCNumAllocatableRegs = RCI.getNumAllocatableRegs(SuperRC); in tryInstructionSplit()
DMachineScheduler.cpp2479 unsigned NIntRegs = Context->RegClassInfo->getNumAllocatableRegs( in initPolicy()
/external/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h86 unsigned getNumAllocatableRegs(const TargetRegisterClass *RC) const { in getNumAllocatableRegs() function