Home
last modified time | relevance | path

Searched refs:UberSets (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp946 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument
994 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()
1003 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()
1010 static void computeUberWeights(std::vector<UberRegSet> &UberSets, in computeUberWeights() argument
1013 for (std::vector<UberRegSet>::iterator I = llvm::next(UberSets.begin()), in computeUberWeights()
1014 E = UberSets.end(); I != E; ++I) { in computeUberWeights()
1060 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument
1072 normalizeWeight(SRI->second, UberSets, RegSets, NormalUnits, RegBank); in normalizeWeight()
1078 computeUberWeights(UberSets, RegBank); in normalizeWeight()
1101 computeUberWeights(UberSets, RegBank); in normalizeWeight()
[all …]