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

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp506 std::string OperandIdxComment = itostr(OperandCycleCount); local
508 OperandIdxComment += "-"
510 OperandCycleTable += OperandIdxComment + "\n";
515 BypassTable += ItinBypassString + ", // " + OperandIdxComment + "\n";

Completed in 29 milliseconds