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

1 2 3

  /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/tools/llvm-split/
llvm-split.cpp 54 OutputFilename + utostr(I++), EC, sys::fs::F_None));
  /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 735 OS << utostr(*I++) << ", ";
736 OS << utostr(*I++) << ", ";
741 OS << utostr(Byte) << ", ";
743 OS << utostr(Byte) << ", ";
756 OS << utostr(*I) << ", ";
757 OS << utostr(*I++) << ", ";
761 OS << utostr(Byte) << ", ";
763 OS << utostr(Byte) << ", ";
772 OS << utostr(*I) << ", ";
773 OS << utostr(*I++) << ", "
    [all...]
AsmWriterInst.cpp 41 Result += ", " + utostr(MIOpNo);
AsmWriterEmitter.cpp 841 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(NumMIOps);
848 std::string Op = "MI->getOperand(" + llvm::utostr(MIOpNum) + ")";
888 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/lib/Frontend/Rewrite/
RewriteObjC.cpp 35 using llvm::utostr;
    [all...]
RewriteModernObjC.cpp 36 using llvm::utostr;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 567 S += utostr(ElementBitwidth);
569 S += "x" + utostr(getNumElements());
571 S += "x" + utostr(NumVectors);
627 Ret += "V" + utostr(getNumElements()) + S;
987 S += utostr(T.getElementSizeInBits());
    [all...]
  /external/llvm/lib/Support/
Statistic.cpp 105 (unsigned)utostr(Stats.Stats[i]->getValue()).size());
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 905 return "s" + utostr(Op0)+ "_" + utostr(Op1) + "_c" + utostr(CRn)
906 + "_c" + utostr(CRm) + "_" + utostr(Op2);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 720 Version = utostr(MachOObjectFile::getVersionMinMajor(VMC, false)) + "." +
721 utostr(MachOObjectFile::getVersionMinMinor(VMC, false));
724 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false));
730 SDK = utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." +
731 utostr(MachOObjectFile::getVersionMinMinor(VMC, true));
734 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true));
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 283 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + ".";
284 Name = SizeSpec + utostr(Align);
287 Name += utostr(EntrySize);
384 Name += utostr(Priority);
395 Name += utostr(65535 - Priority);
    [all...]
ShadowStackGCLowering.cpp 222 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta));
  /external/llvm/lib/IR/
ValueTypes.cpp 119 return "v" + utostr(getVectorNumElements()) +
122 return "i" + utostr(getSizeInBits());
Function.cpp 473 Result += "p" + llvm::utostr(PTyp->getAddressSpace()) +
476 Result += "a" + llvm::utostr(ATyp->getNumElements()) +
490 Result += "v" + utostr(Ty->getVectorNumElements()) +
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 183 llvm::utostr(IssueLoc.getExpansionColumnNumber()) + Delimiter +
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 112 return '$' + utostr(WAReg);
  /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++);
    [all...]
  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 83 std::string Number = utostr(N);
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 368 PartFilename += "." + utostr(I);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 49 return "<<Unknown Machine Node #" + utostr(getOpcode()) + ">>";
55 return "<<Unknown Target Node #" + utostr(getOpcode()) + ">>";
57 return "<<Unknown Node #" + utostr(getOpcode()) + ">>";
  /external/clang/lib/AST/
Stmt.cpp 655 AsmString += '$' + llvm::utostr(Pieces[i].getOperandNo());
657 AsmString += "${" + llvm::utostr(Pieces[i].getOperandNo()) + ':' +
    [all...]

Completed in 414 milliseconds

1 2 3