Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1253 static void computeUberSets(std::vector<UberRegSet> &UberSets, in computeUberSets() argument
1301 UberSets.resize(UberSetIDs.getNumClasses()); in computeUberSets()
1310 UberRegSet *USet = &UberSets[USetID]; in computeUberSets()
1317 static void computeUberWeights(std::vector<UberRegSet> &UberSets, in computeUberWeights() argument
1320 for (std::vector<UberRegSet>::iterator I = llvm::next(UberSets.begin()), in computeUberWeights()
1321 E = UberSets.end(); I != E; ++I) { in computeUberWeights()
1367 std::vector<UberRegSet> &UberSets, in normalizeWeight() argument
1382 Changed |= normalizeWeight(SRI->second, UberSets, RegSets, in normalizeWeight()
1389 computeUberWeights(UberSets, RegBank); in normalizeWeight()
1412 computeUberWeights(UberSets, RegBank); in normalizeWeight()
[all …]