Searched refs:getRegAllocationHint (Results 1 – 4 of 4) sorted by relevance
323 std::pair<Register, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()376 std::pair<Register, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()384 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
164 std::pair<Register, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper()
112 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()