Lines Matching refs:Hints
58 SmallVectorImpl<MCPhysReg> &Hints, in addHints() argument
62 CopyHints.insert(Hints.begin(), Hints.end()); in addHints()
63 Hints.clear(); in addHints()
67 Hints.push_back(Reg); in addHints()
71 Hints.push_back(Reg); in addHints()
76 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument
83 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints()
118 if (!MRI->isReserved(PhysReg) && !is_contained(Hints, PhysReg)) in getRegAllocationHints()
128 Hints.push_back(OrderReg); in getRegAllocationHints()
156 addHints(Order, Hints, RC, MRI); in getRegAllocationHints()
177 addHints(Order, Hints, &SystemZ::GR32BitRegClass, MRI); in getRegAllocationHints()