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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp484 unsigned StageCount = 1, OperandCycleCount = 1; local
550 std::string OperandIdxComment = itostr(OperandCycleCount);
553 + itostr(OperandCycleCount + NOperandCycles - 1);
557 FindOperandCycle = OperandCycleCount;
560 OperandCycleCount += NOperandCycles;

Completed in 194 milliseconds