Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NStages

70                                 unsigned &NStages);
295 unsigned &NStages) {
301 unsigned N = NStages = StageList.size();
466 unsigned NStages = 0;
468 FormItineraryStageString(Name, ItinData, ItinStageString, NStages);
484 if (NStages
489 if (NStages > 1)
490 StageTable += "-" + itostr(StageCount + NStages - 1);
494 StageCount += NStages;
522 InstrItinerary Intinerary = { NumUOps, FindStage, FindStage + NStages,