HomeSort by relevance Sort by last modified time
    Searched refs:utostr (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
StringExtras.h 93 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
111 return utostr(static_cast<uint64_t>(-X), true);
113 return utostr(static_cast<uint64_t>(X));
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 128 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);
134 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")";
166 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " +
169 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " +
172 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n";
FixedLenDecoderEmitter.cpp 732 OS << utostr(*I++) << ", ";
733 OS << utostr(*I++) << ", ";
738 OS << utostr(Byte) << ", ";
740 OS << utostr(Byte) << ", ";
753 OS << utostr(*I) << ", ";
754 OS << utostr(*I++) << ", ";
758 OS << utostr(Byte) << ", ";
760 OS << utostr(Byte) << ", ";
769 OS << utostr(*I) << ", ";
770 OS << utostr(*I++) << ", "
    [all...]
AsmWriterInst.cpp 41 Result += ", " + utostr(MIOpNo);
AsmWriterEmitter.cpp 843 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(NumMIOps);
850 std::string Op = "MI->getOperand(" + llvm::utostr(MIOpNum) + ")";
890 llvm::utostr(IAP->getOpIndex(ROName)) + ").getReg()";
    [all...]
InstrInfoEmitter.cpp 123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", ";
161 Res += "((" + utostr(Constraint.getTiedOperand()) +
AsmMatcherEmitter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 556 S += utostr(ElementBitwidth);
558 S += "x" + utostr(getNumElements());
560 S += "x" + utostr(NumVectors);
610 Ret += "V" + utostr(getNumElements()) + S;
972 S += utostr(T.getElementSizeInBits());
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 36 using llvm::utostr;
    [all...]
RewriteObjC.cpp 35 using llvm::utostr;
    [all...]
  /external/llvm/lib/Support/
Statistic.cpp 107 (unsigned)utostr(Stats.Stats[i]->getValue()).size());
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 874 return "s" + utostr(Op0)+ "_" + utostr(Op1) + "_c" + utostr(CRn)
875 + "_c" + utostr(CRm) + "_" + utostr(Op2);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 289 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + ".";
290 Name = SizeSpec + utostr(Align);
293 Name += utostr(EntrySize);
395 Name += utostr(Priority);
406 Name += utostr(65535 - Priority);
    [all...]
ShadowStackGCLowering.cpp 218 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta));
  /external/clang/lib/Driver/
SanitizerArgs.cpp 481 llvm::utostr(MsanTrackOrigins)));
484 llvm::utostr(AsanFieldPadding)));
487 llvm::utostr(SanitizeCoverage)));
  /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 188 return "int" + utostr(cast<IntegerType>(Ty)->getBitWidth()) + "_";
382 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
419 name = utostr(uniqueNum++);
449 name = std::string("arg_") + utostr(argNum);
452 name += std::string("_") + utostr(uniqueNum++);
464 name += utostr(uniqueNum++);
468 name += std::string("_") + utostr(uniqueNum++);
649 << ", " << utostr(AT->getNumElements()) << ");";
662 << ", " << utostr(PT->getAddressSpace()) << ");";
675 << ", " << utostr(PT->getNumElements()) << ");"
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 110 return "v" + utostr(getVectorNumElements()) +
113 return "i" + utostr(getSizeInBits());
Attributes.cpp 275 Result += utostr(getValueAsInt());
284 Result += utostr(getValueAsInt());
287 Result += utostr(getValueAsInt());
    [all...]
Function.cpp 476 Result += "p" + llvm::utostr(PTyp->getAddressSpace()) +
479 Result += "a" + llvm::utostr(ATyp->getNumElements()) +
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 127 return Error(Loc, "Cannot set bit #" + utostr(Bit) + " of value '" +
189 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
289 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString()
389 return "anonymous_" + utostr(AnonCounter++);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 776 STy, *AI, Idxs, (*AI)->getName() + "." + utostr(i), Call);
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 337 Description = std::string("8-byte alignment, ") + utostr(1 << Value)
358 Description = std::string("8-byte stack alignment, ") + utostr(1 << Value)
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 410 std::string PrioritySuffix = llvm::utostr(Priority);
  /external/clang/lib/AST/
MicrosoftMangle.cpp 735 Name += llvm::utostr(Context.getAnonymousStructId(RD) + 1);
760 Name += llvm::utostr(LambdaId);
776 Name += llvm::utostr(Context.getAnonymousStructId(TD));
    [all...]

Completed in 4994 milliseconds

1 2