Home | History | Annotate | Download | only in TableGen

Lines Matching refs:utostr

972         Res += "_" + utostr((unsigned) *it) + "_";
1113 CI->ClassName = "Reg" + utostr(Index);
1114 CI->Name = "MCK_Reg" + utostr(Index);
1795 Signature += utostr(OpInfo.MINumOperands);
1842 Signature += "__Tie" + utostr(TiedOp);
2164 "return " + utostr(Reg->EnumValue) + ";"));