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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h34 unsigned SuperIdx; // Index of the resources kind that contains this kind. member in struct:llvm::MCProcResourceDesc
56 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1931 unsigned SuperIdx = 0; local
1932 for (; SuperIdx != EndIdx; ++SuperIdx) {
1933 if (SuperIdx == SubIdx)
1937 const RegUnitSet &SuperSet = RegUnitSets[SuperIdx];
1942 LLVM_DEBUG(dbgs() << "UnitSet " << SubIdx << " subsumed by " << SuperIdx local
1948 if (RegUnitSets[SubIdx].Name.size() < RegUnitSets[SuperIdx].Name.size())
1949 RegUnitSets[SuperIdx].Name = RegUnitSets[SubIdx].Name;
1953 if (SuperIdx == EndIdx)
1959 unsigned SuperIdx local
[all...]
H A DSubtargetEmitter.cpp822 OS << "\n// {Name, NumUnits, SuperIdx, BufferSize, SubUnitsIdxBegin}\n";
833 unsigned SuperIdx = 0; local
845 // Find the SuperIdx
850 SuperIdx = ProcModel.getProcResourceIdx(SuperDef);
858 OS << NumUnits << ", " << SuperIdx << ", " << BufferSize << ", ";
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp94 if (PR.SuperIdx) {
95 uint64_t Super = ProcResourceMasks[PR.SuperIdx];

Completed in 191 milliseconds