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

/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h31 unsigned SuperIdx; // Index of the resources kind that contains this kind. member in struct:llvm::MCProcResourceDesc
43 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1499 unsigned SuperIdx = 0; local
1500 for (; SuperIdx != EndIdx; ++SuperIdx) {
1501 if (SuperIdx == SubIdx)
1505 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1510 DEBUG(dbgs() << "UnitSet " << SubIdx << " subsumed by " << SuperIdx local
1515 if (SuperIdx == EndIdx)
1521 unsigned SuperIdx = SuperSetIDs[i]; local
1522 PrunedUnitSets[i].Name = RegUnitSets[SuperIdx].Name;
1523 PrunedUnitSets[i].Units.swap(RegUnitSets[SuperIdx]
[all...]
H A DSubtargetEmitter.cpp626 OS << "\n// {Name, NumUnits, SuperIdx, IsBuffered}\n";
635 unsigned SuperIdx = 0; local
646 // Find the SuperIdx
650 SuperIdx = ProcModel.getProcResourceIdx(SuperDef);
660 OS << NumUnits << ", " << SuperIdx << ", "

Completed in 97 milliseconds