Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SuperIdx

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 << ", "