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

References

utils/TableGen/SubtargetEmitter.cpp
  309     ItinString += "  { " + itostr(Cycles) + ", ";
  317       ItinString += Name + "FU::" + UnitList[j]->getName().str();
  318       if (++j < M) ItinString += " | ";
  322     ItinString += ", " + itostr(TimeInc);
  325     ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind);
  328     ItinString += " }";
  329     if (++i < N) ItinString += ", ";