Home | History | Annotate | Download | only in TableGen

Lines Matching refs:itostr

290     ItinString += "  { " + itostr(Cycles) + ", ";
303 ItinString += ", " + itostr(TimeInc);
306 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind);
331 ItinString += " " + itostr(OCycle);
470 StageTable += ItinStageString + ", // " + itostr(StageCount);
472 StageTable += "-" + itostr(StageCount + NStages - 1);
488 std::string OperandIdxComment = itostr(OperandCycleCount);
491 + itostr(OperandCycleCount + NOperandCycles - 1);