Searched refs:getRegAllocationHint (Results 1 – 5 of 5) sorted by relevance
223 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()270 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg); in UpdateRegAllocHint()279 Hint = MRI->getRegAllocationHint(OtherReg); in UpdateRegAllocHint()
110 bool noHint = mri.getRegAllocationHint(li.reg).first != 0; in calculateSpillWeightAndHint()
270 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
93 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
607 getRegAllocationHint(unsigned Reg) const { in getRegAllocationHint() function614 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg); in getSimpleHint()