Searched refs:StageCount (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp484 unsigned StageCount = 1, OperandCycleCount = 1; local
532 StageTable += ItinStageString + ", // " + itostr(StageCount);
534 StageTable += "-" + itostr(StageCount + NStages - 1);
537 ItinStageMap[ItinStageString] = FindStage = StageCount;
538 StageCount += NStages;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1386 const unsigned StageCount) const {
1391 SmallVector<RegSetTy> LiveRegSets(StageCount);
1434 for (unsigned I = 0; I < StageCount; I++) {

Completed in 196 milliseconds