Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Regs

972   /// Regs - This list holds the registers assigned to the values.
976 SmallVector<unsigned, 4> Regs;
980 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt);
989 Regs.append(RHS.Regs.begin(), RHS.Regs.end());