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

1 2 3 4 5 6

  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 113 return "S" + utostr(Op0) + "_" + utostr(Op1) + "_C" + utostr(CRn) + "_C" +
114 utostr(CRm) + "_" + utostr(Op2);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXParamManager.cpp 30 Name += utostr(ArgumentParams.size()+1);
47 Name += utostr(ReturnParams.size()+1);
64 Name += utostr(LocalParams.size()+1);
PTXMachineFunctionInfo.h 87 name += utostr(RegRets.size() - 1);
97 name += utostr(RegArgs.size() - 1);
124 name += utostr(UsedRegs[TRC].size() - 1);
152 Name += utostr(FrameIndex);
PTXAsmPrinter.cpp 189 regDefs += utostr(numRegs);
197 regDefs += utostr(numRegs);
205 regDefs += utostr(numRegs);
213 regDefs += utostr(numRegs);
221 regDefs += utostr(numRegs);
229 regDefs += utostr(numRegs);
237 regDefs += utostr(PM.getParamSize(*i));
253 def += utostr(FrameInfo->getObjectAlignment(i));
256 def += utostr(i);
258 def += utostr(FrameInfo->getObjectSize(i)); // Convert to bit
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 81 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
99 return utostr(static_cast<uint64_t>(-X), true);
101 return utostr(static_cast<uint64_t>(X));
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 75 printAnnotation(OS, "label" + utostr(TopLabel) + ':');
85 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':');
89 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':');
106 printAnnotation(OS, utostr(Depth) + ": " + (Pair.second ? "up" : "down") +
107 " to label" + utostr(Pair.first));
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 132 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);
139 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")";
172 Case += " Value |= (op & " + utostr(opMask) + "U) << " +
175 Case += " Value |= (op & " + utostr(opMask) + "U) >> " +
178 Case += " Value |= op & " + utostr(opMask) + "U;\n";
AsmWriterInst.cpp 40 Result += ", " + utostr(MIOpNo);
89 utostr(DestColumn) + ");\n",
119 AsmWriterOperand("O.PadToColumn(" + utostr(DestColumn) + ");\n",
CodeGenInstruction.cpp 110 throw "In instruction '" + R->getName() + "', operand #" + utostr(i) +
113 throw "In instruction '" + R->getName() + "', operand #" + utostr(i) +
420 throw TGError(Loc, "result argument #" + utostr(AliasOpNo) +
472 throw TGError(Loc, "result argument #" + utostr(AliasOpNo) +
546 throw TGError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
553 throw TGError(R->getLoc(), "result argument #" + utostr(AliasOpNo) +
  /external/llvm/include/llvm/ADT/
StringExtras.h 78 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
96 return utostr(static_cast<uint64_t>(-X), true);
98 return utostr(static_cast<uint64_t>(X));
  /external/swiftshader/third_party/LLVM/lib/Support/
Statistic.cpp 115 (unsigned)utostr(Stats.Stats[i]->getValue()).size());
130 std::string CountStr = utostr(Stats.Stats[i]->getValue());
  /external/llvm/tools/llvm-split/
llvm-split.cpp 59 OutputFilename + utostr(I++), EC, sys::fs::F_None));
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 127 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);
133 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")";
165 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " +
168 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) >> " +
171 Case += " Value |= op & UINT64_C(" + utostr(opMask) + ");\n";
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 533 llvm::utostr(idx) + " <<");
535 llvm::utostr(idx));
547 llvm::utostr((S.Action - 1) / 2 + 1));
600 llvm::utostr(++Entry) + " <<");
629 llvm::utostr((S.Action - 1) / 2 + 1));
644 llvm::utostr(++Entry) + " <<");
673 llvm::utostr(NextAction));
690 Asm->OutStreamer.AddComment(Twine("TypeInfo ") + llvm::utostr(Entry--));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 79 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
97 return utostr(static_cast<uint64_t>(-X), true);
99 return utostr(static_cast<uint64_t>(X));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 79 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
97 return utostr(static_cast<uint64_t>(-X), true);
99 return utostr(static_cast<uint64_t>(X));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 79 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
97 return utostr(static_cast<uint64_t>(-X), true);
99 return utostr(static_cast<uint64_t>(X));
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 35 using llvm::utostr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 84 Key += llvm::utostr(Arg);
119 io.mapRequired(llvm::utostr(P.first).c_str(), P.second);
225 io.mapRequired(llvm::utostr(P.first).c_str(), FSums);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 132 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
149 return utostr(static_cast<uint64_t>(-X), true);
151 return utostr(static_cast<uint64_t>(X));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ModuleSummaryIndexYAML.h 84 Key += llvm::utostr(Arg);
119 io.mapRequired(llvm::utostr(P.first).c_str(), P.second);
233 io.mapRequired(llvm::utostr(P.first).c_str(), FSums);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 132 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
149 return utostr(static_cast<uint64_t>(-X), true);
151 return utostr(static_cast<uint64_t>(X));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ModuleSummaryIndexYAML.h 84 Key += llvm::utostr(Arg);
119 io.mapRequired(llvm::utostr(P.first).c_str(), P.second);
233 io.mapRequired(llvm::utostr(P.first).c_str(), FSums);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 175 static inline std::string utostr(uint64_t X, bool isNeg = false) { function in namespace:llvm
192 return utostr(static_cast<uint64_t>(-X), true);
194 return utostr(static_cast<uint64_t>(X));

Completed in 7492 milliseconds

1 2 3 4 5 6