Lines Matching refs:Hints
60 SmallVectorImpl<MCPhysReg> &Hints, in addHints() argument
64 CopyHints.insert(Hints.begin(), Hints.end()); in addHints()
65 Hints.clear(); in addHints()
69 Hints.push_back(Reg); in addHints()
73 Hints.push_back(Reg); in addHints()
78 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument
85 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints()
121 if (!MRI->isReserved(PhysReg) && !is_contained(Hints, PhysReg)) in getRegAllocationHints()
131 Hints.push_back(OrderReg); in getRegAllocationHints()
159 addHints(Order, Hints, RC, MRI); in getRegAllocationHints()
180 addHints(Order, Hints, &SystemZ::GR32BitRegClass, MRI); in getRegAllocationHints()