Searched defs:StageCount (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp438 unsigned StageCount = 1, OperandCycleCount = 1; local
488 StageTable += ItinStageString + ", // " + itostr(StageCount);
490 StageTable += "-" + itostr(StageCount + NStages - 1);
493 ItinStageMap[ItinStageString] = FindStage = StageCount;
494 StageCount += NStages;

Completed in 197 milliseconds