reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/SubtargetEmitter.cpp
 1247   OS << "\n// {ProcResourceIdx, Cycles}\n"
 1254     OS << "  {" << format("%2d", WPREntry.ProcResourceIdx) << ", "
 1257       OS << ',';
 1258     OS << " // #" << WPRIdx << '\n';
 1260   OS << "}; // " << Target << "WriteProcResTable\n";
 1263   OS << "\n// {Cycles, WriteResourceID}\n"
 1270     OS << "  {" << format("%2d", WLEntry.Cycles) << ", "
 1273       OS << ',';
 1274     OS << " // #" << WLIdx << " " << SchedTables.WriterNames[WLIdx] << '\n';
 1276   OS << "}; // " << Target << "WriteLatencyTable\n";
 1279   OS << "\n// {UseIdx, WriteResourceID, Cycles}\n"
 1286     OS << "  {" << RAEntry.UseIdx << ", "
 1290       OS << ',';
 1291     OS << " // #" << RAIdx << '\n';
 1293   OS << "}; // " << Target << "ReadAdvanceTable\n";
 1304     OS << "\n// {Name, NumMicroOps, BeginGroup, EndGroup,"
 1306     OS << "static const llvm::MCSchedClassDesc "
 1313     OS << "  {DBGFIELD(\"InvalidSchedClass\")  "
 1320       OS << "  {DBGFIELD(\"" << SchedClass.Name << "\") ";
 1322         OS.indent(18 - SchedClass.Name.size());
 1323       OS << MCDesc.NumMicroOps
 1334     OS << "}; // " << PI->ModelName << "SchedClasses\n";