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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp550 std::string OperandIdxComment = itostr(OperandCycleCount); local
552 OperandIdxComment += "-"
554 OperandCycleTable += OperandIdxComment + "\n";
559 BypassTable += ItinBypassString + ", // " + OperandIdxComment + "\n";

Completed in 52 milliseconds