Searched refs:getRegAllocationHint (Results 1 – 4 of 4) sorted by relevance
341 std::pair<Register, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()394 std::pair<Register, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()402 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
160 std::pair<Register, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper()
119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
803 getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function815 std::pair<Register, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint()