Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RegUnits

175       std::vector<unsigned> RegUnits;
176 RC.buildRegUnitSet(RegUnits);
178 << ", " << RegBank.getRegUnitSetWeight(RegUnits);
238 const RegUnitSet &RegUnits = RegBank.getRegSetAt(i);
239 OS << " " << RegUnits.Weight << ", \t// " << i << ": "
240 << RegUnits.Name << "\n";
837 assert(!Roots.empty() && "All regunits must have a root register.");