Lines Matching refs:utostr
253 std::string suffix() const { return toLetter(Kind) + utostr(Bits); } in suffix()
255 return toCPrefix(Kind) + utostr(Bits); in cNameBase()
272 return "Int" + utostr(Bits) + "Ty"; in llvmName()
276 + utostr(Bits); in acleSuffix()
300 return Element->cNameBase() + "x" + utostr(Lanes); in cNameBase()
304 utostr(Lanes) + ")"; in llvmName()
327 return Element->cNameBase() + "x" + utostr(Registers); in cNameBase()
358 utostr(ModifiedLanes) + ")"; in llvmName()
446 return "Param" + utostr(ParamNumber); in allocParam()
588 utostr(ArgNum) + "), getContext())"; in getIntegerValue()
607 OS << ParamAlloc.allocParam(IntegerType->cName(), utostr(IntegerValue)) in genCode()
685 utostr(Arg->integerConstantValue())) in genCode()
877 V->setVarname("Val" + utostr(varindex++)); in genCode()
923 std::string Index = utostr(kv.first); in genSema()
942 tmp = utostr(IA.ArgType->sizeInBits()); in genSema()
1669 OS << " Param" << utostr(i) << ";\n"; in EmitBuiltinCG()
1679 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n"; in EmitBuiltinCG()