Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RegUnitSet

1452 static std::vector<RegUnitSet>::const_iterator
1453 findRegUnitSet(const std::vector<RegUnitSet> &UniqueSets,
1454 const RegUnitSet &Set) {
1455 std::vector<RegUnitSet>::const_iterator
1479 const RegUnitSet &SubSet = RegUnitSets[SubIdx];
1485 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1495 std::vector<RegUnitSet> PrunedUnitSets(SuperSetIDs.size());
1504 // Create a RegUnitSet for each RegClass that contains all units in the class
1510 // RegUnitSet that is a superset of that RegUnitClass.
1513 // Compute a unique RegUnitSet for each RegClass.
1527 // Find an existing RegUnitSet.
1528 std::vector<RegUnitSet>::const_iterator SetI =
1569 // Find an existing RegUnitSet, or add the union to the unique sets.
1570 std::vector<RegUnitSet>::const_iterator SetI =
1611 RegUnitSet &RUSet = RegUnitSets[i];