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

/freebsd-11.0-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
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1557 unsigned SuperIdx = 0; local
1558 for (; SuperIdx != EndIdx; ++SuperIdx) {
1559 if (SuperIdx == SubIdx)
1563 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1568 DEBUG(dbgs() << "UnitSet " << SubIdx << " subsumed by " << SuperIdx local
1574 if (RegUnitSets[SubIdx].Name.size() < RegUnitSets[SuperIdx].Name.size())
1575 RegUnitSets[SuperIdx].Name = RegUnitSets[SubIdx].Name;
1579 if (SuperIdx == EndIdx)
1585 unsigned SuperIdx local
[all...]
H A DSubtargetEmitter.cpp601 OS << "\n// {Name, NumUnits, SuperIdx, IsBuffered}\n";
610 unsigned SuperIdx = 0; local
621 // Find the SuperIdx
625 SuperIdx = ProcModel.getProcResourceIdx(SuperDef);
635 OS << NumUnits << ", " << SuperIdx << ", "

Completed in 68 milliseconds