Searched refs:getRegAllocationHint (Results 1 – 4 of 4) sorted by relevance
328 std::pair<Register, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()381 std::pair<Register, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()389 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
164 std::pair<Register, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper()
119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
795 getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function807 std::pair<Register, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint()