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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp436 unsigned StageCount = 1, OperandCycleCount = 1; local
501 std::string OperandIdxComment = itostr(OperandCycleCount);
504 + itostr(OperandCycleCount + NOperandCycles - 1);
508 FindOperandCycle = OperandCycleCount;
511 OperandCycleCount += NOperandCycles;

Completed in 45 milliseconds