/external/llvm/include/llvm/ADT/ |
StringExtras.h | 87 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm 105 return utostr(static_cast<uint64_t>(-X), true); 107 return utostr(static_cast<uint64_t>(X));
|
/external/llvm/utils/TableGen/ |
AsmWriterInst.cpp | 41 Result += ", " + utostr(MIOpNo); 90 utostr(DestColumn) + ");\n", 120 AsmWriterOperand("O.PadToColumn(" + utostr(DestColumn) + ");\n",
|
CodeEmitterGen.cpp | 158 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx); 165 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")"; 198 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " + 201 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " + 204 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n";
|
FixedLenDecoderEmitter.cpp | 761 OS << utostr(*I++) << ", "; 762 OS << utostr(*I++) << ", "; 767 OS << utostr(Byte) << ", "; 769 OS << utostr(Byte) << ", "; 782 OS << utostr(*I) << ", "; 783 OS << utostr(*I++) << ", "; 787 OS << utostr(Byte) << ", "; 789 OS << utostr(Byte) << ", "; 798 OS << utostr(*I) << ", "; 799 OS << utostr(*I++) << ", " [all...] |
CodeGenInstruction.cpp | 109 PrintFatalError("In instruction '" + R->getName() + "', operand #" + utostr(i) + 112 PrintFatalError("In instruction '" + R->getName() + "', operand #" + utostr(i) + 426 PrintFatalError(Loc, "result argument #" + utostr(AliasOpNo) + 495 PrintFatalError(Loc, "result argument #" + utostr(AliasOpNo) + 608 PrintFatalError(R->getLoc(), "result argument #" + utostr(AliasOpNo) + 615 PrintFatalError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
|
AsmWriterEmitter.cpp | 822 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(LastOpNo); 840 Cond = std::string("MI->getOperand(")+llvm::utostr(i)+").isReg()"; 850 ".contains(MI->getOperand(" + llvm::utostr(i) + ").getReg())"; 854 llvm::utostr(i) + ").getReg() == MI->getOperand(" + 855 llvm::utostr(IAP->getOpIndex(ROName)) + ").getReg()"; 870 std::string Op = "MI->getOperand(" + llvm::utostr(i) + ")"; 877 + llvm::utostr(CGA->ResultOperands[i].getImm()); 890 llvm::utostr(i) + ").getReg() == " + Target.getName() + [all...] |
CodeGenTarget.cpp | 170 PrintFatalError("Target does not have an AsmParser #" + utostr(AsmParserNum) + "!"); 181 PrintFatalError("Target does not have an AsmParserVariant #" + utostr(i) + "!"); 199 PrintFatalError("Target does not have an AsmWriter #" + utostr(AsmWriterNum) + "!");
|
InstrInfoEmitter.cpp | 122 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; 160 Res += "((" + utostr(Constraint.getTiedOperand()) +
|
AsmMatcherEmitter.cpp | [all...] |
/external/llvm/lib/Support/ |
Statistic.cpp | 121 (unsigned)utostr(Stats.Stats[i]->getValue()).size());
|
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | 33 using llvm::utostr; [all...] |
RewriteModernObjC.cpp | 34 using llvm::utostr; [all...] |
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 290 std::string Name = SizeSpec + utostr(Align); 354 std::string Name = std::string(".init_array.") + utostr(Priority); 359 std::string Name = std::string(".ctors.") + utostr(65535 - Priority); 374 std::string Name = std::string(".fini_array.") + utostr(Priority); 379 std::string Name = std::string(".dtors.") + utostr(65535 - Priority);
|
ShadowStackGC.cpp | 230 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta));
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 43 return "<<Unknown Machine Node #" + utostr(getOpcode()) + ">>"; 49 return "<<Unknown Target Node #" + utostr(getOpcode()) + ">>"; 51 return "<<Unknown Node #" + utostr(getOpcode()) + ">>";
|
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 183 return "int" + utostr(cast<IntegerType>(Ty)->getBitWidth()) + "_"; 371 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")"; 409 name = utostr(uniqueNum++); 439 name = std::string("arg_") + utostr(argNum); 442 name += std::string("_") + utostr(uniqueNum++); 454 name += utostr(uniqueNum++); 458 name += std::string("_") + utostr(uniqueNum++); 636 << ", " << utostr(AT->getNumElements()) << ");"; 649 << ", " << utostr(PT->getAddressSpace()) << ");"; 662 << ", " << utostr(PT->getNumElements()) << ");" [all...] |
/external/llvm/lib/IR/ |
ValueTypes.cpp | 110 return "v" + utostr(getVectorNumElements()) + 113 return "i" + utostr(getSizeInBits());
|
Attributes.cpp | 239 Result += utostr(getValueAsInt()); 248 Result += utostr(getValueAsInt()); 251 Result += utostr(getValueAsInt()); [all...] |
Function.cpp | 406 Result += ".p" + llvm::utostr(PTyp->getAddressSpace()) +
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.cpp | 830 return "s3_" + utostr(Op1) + "_c" + utostr(CRn) 831 + "_c" + utostr(CRm) + "_" + utostr(Op2); [all...] |
/external/llvm/tools/yaml2obj/ |
yaml2coff.cpp | 52 std::string str = utostr(Index);
|
/external/llvm/lib/TableGen/ |
TGParser.cpp | 126 return Error(Loc, "Cannot set bit #" + utostr(Bit) + " of value '" + 181 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString() 286 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString() 386 return "anonymous." + utostr(Tmp); [all...] |
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 665 (*AI)->getName()+"."+utostr(i), [all...] |
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 344 std::string PrioritySuffix = llvm::utostr(Priority);
|