Home | History | Annotate | Download | only in TableGen

Lines Matching refs:utostr

969         Res += "_" + utostr((unsigned) *it) + "_";
1110 CI->ClassName = "Reg" + utostr(Index);
1111 CI->Name = "MCK_Reg" + utostr(Index);
1802 Signature += utostr(OpInfo.MINumOperands);
1849 Signature += "__Tie" + utostr(TiedOp);
2155 "return " + utostr(Reg->EnumValue) + ";"));