Searched refs:RegUnitSet (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h413 // Each RegUnitSet is a sorted vector with a name.
414 struct RegUnitSet { struct in namespace:llvm
459 std::vector<RegUnitSet> RegUnitSets;
461 // Map RegisterClass index to the index of the RegUnitSet that contains the
486 // Create a RegUnitSet for each RegClass and infer superclasses.
606 RegUnitSet getRegPressureSet(unsigned Idx) const {
H A DCodeGenRegisters.cpp1403 static std::vector<RegUnitSet>::const_iterator
1404 findRegUnitSet(const std::vector<RegUnitSet> &UniqueSets,
1405 const RegUnitSet &Set) {
1406 std::vector<RegUnitSet>::const_iterator
1430 const RegUnitSet &SubSet = RegUnitSets[SubIdx];
1436 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1446 std::vector<RegUnitSet> PrunedUnitSets(SuperSetIDs.size());
1455 // Create a RegUnitSet for each RegClass that contains all units in the class
1461 // RegUnitSet that is a superset of that RegUnitClass.
1464 // Compute a unique RegUnitSet fo
[all...]
H A DRegisterInfoEmitter.cpp208 const RegUnitSet &RegUnits = RegBank.getRegPressureSet(i);

Completed in 76 milliseconds