HomeSort by relevance Sort by last modified time
    Searched refs:SuperIdx (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCSchedule.h 31 unsigned SuperIdx; // Index of the resources kind that contains this kind.
48 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
SubtargetEmitter.cpp 626 OS << "\n// {Name, NumUnits, SuperIdx, IsBuffered}\n";
635 unsigned SuperIdx = 0;
646 // Find the SuperIdx
650 SuperIdx = ProcModel.getProcResourceIdx(SuperDef);
660 OS << NumUnits << ", " << SuperIdx << ", "
    [all...]

Completed in 267 milliseconds