Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RU

203       const RegUnit &RU = RegBank.getRegUnit(UnitIdx);
204 assert(RU.Weight < 256 && "RegUnit too heavy");
205 OS << RU.Weight << ", ";