Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RegUnitSet

1524 static std::vector<RegUnitSet>::const_iterator
1525 findRegUnitSet(const std::vector<RegUnitSet> &UniqueSets,
1526 const RegUnitSet &Set) {
1527 std::vector<RegUnitSet>::const_iterator
1567 const RegUnitSet &SubSet = RegUnitSets[SubIdx];
1574 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1594 std::vector<RegUnitSet> PrunedUnitSets(SuperSetIDs.size());
1603 // Create a RegUnitSet for each RegClass that contains all units in the class
1609 // RegUnitSet that is a superset of that RegUnitClass.
1613 // Compute a unique RegUnitSet for each RegClass.
1626 // Find an existing RegUnitSet.
1627 std::vector<RegUnitSet>::const_iterator SetI =
1689 // Find an existing RegUnitSet, or add the union to the unique sets.
1690 std::vector<RegUnitSet>::const_iterator SetI =
1758 RegUnitSet &RUSet = RegUnitSets[i];