Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RegUnitSet

1454 static std::vector<RegUnitSet>::const_iterator
1455 findRegUnitSet(const std::vector<RegUnitSet> &UniqueSets,
1456 const RegUnitSet &Set) {
1457 std::vector<RegUnitSet>::const_iterator
1497 const RegUnitSet &SubSet = RegUnitSets[SubIdx];
1504 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1518 std::vector<RegUnitSet> PrunedUnitSets(SuperSetIDs.size());
1527 // Create a RegUnitSet for each RegClass that contains all units in the class
1533 // RegUnitSet that is a superset of that RegUnitClass.
1537 // Compute a unique RegUnitSet for each RegClass.
1551 // Find an existing RegUnitSet.
1552 std::vector<RegUnitSet>::const_iterator SetI =
1616 // Find an existing RegUnitSet, or add the union to the unique sets.
1617 std::vector<RegUnitSet>::const_iterator SetI =
1685 RegUnitSet &RUSet = RegUnitSets[i];