HomeSort by relevance Sort by last modified time
    Searched refs:Twine (Results 526 - 550 of 910) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.cpp 16 #include "llvm/ADT/Twine.h"
44 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.cpp 30 #include "llvm/ADT/Twine.h"
180 ArchFS = (Twine(ArchFS) + "," + FS).str();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 196 Twine(MFI->getWARegStackId(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 28 #include "llvm/ADT/Twine.h"
151 SuspendBB->splitBasicBlock(S, "resume." + Twine(SuspendIndex));
153 S->getNextNode(), ResumeBB->getName() + Twine(".landing"));
245 static Function *createClone(Function &F, Twine Suffix, coro::Shape &Shape,
391 F.getName() + Twine(".resumers"));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 12 #include "llvm/ADT/Twine.h"
62 LLVM_DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
CFGMST.h 236 void dumpEdges(raw_ostream &OS, const Twine &Message) const {
GCOVProfiling.cpp 558 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") +
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 115 LLVM_ATTRIBUTE_NORETURN static void fail(Twine Error) {
121 static void failIfError(std::error_code EC, Twine Context = "") {
131 static void failIfError(Error E, Twine Context = "") {
769 failIfError(EC, Twine("error loading '") + ArchiveName + "'");
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Statistics.cpp 197 Twine Filename, raw_ostream &OS) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 18 #include "llvm/ADT/Twine.h"
26 BenchmarkFailure::BenchmarkFailure(const llvm::Twine &S)
Uops.cpp 221 llvm::Twine("invalid perf event ").concat(PfmCounters));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
llvm-exegesis.cpp 23 #include "llvm/ADT/Twine.h"
104 llvm::report_fatal_error(llvm::Twine("unknown opcode ").concat(OpcodeName));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 40 #include "llvm/ADT/Twine.h"
249 std::error_code widenPath(const Twine &Path8,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 270 Value *Builder::VBROADCAST(Value *src, const llvm::Twine& name)
338 LoadInst *Builder::LOAD(Value *basePtr, const std::initializer_list<uint32_t> &indices, const llvm::Twine& name)
346 LoadInst *Builder::LOADV(Value *basePtr, const std::initializer_list<Value*> &indices, const llvm::Twine& name)
370 CallInst *Builder::CALL(Value *Callee, const std::initializer_list<Value*> &argsList, const llvm::Twine& name)
409 Value *Builder::VRCP(Value *va, const llvm::Twine& name)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 61 Twine(SlotNo) + "'");
95 "use of undefined type '%" + Twine(i) + "'");
111 Twine(ForwardRefValIDs.begin()->first) + "'");
116 Twine(ForwardRefMDNodes.begin()->first) + "'");
404 Twine(VarID) + "'");
812 Error(Loc, "'@" + Twine(ID) + "' defined with type '" +
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp 185 "use of undefined type '%" + Twine(NT.first) + "'");
206 Twine(ForwardRefValIDs.begin()->first) + "'");
211 Twine(ForwardRefMDNodes.begin()->first) + "'");
271 Twine(ForwardRefValueInfos.begin()->first) + "'");
276 Twine(ForwardRefAliasees.begin()->first) + "'");
281 Twine(ForwardRefTypeIds.begin()->first) + "'");
552 Twine(VarID) + "'");
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 32 #include "llvm/ADT/Twine.h"
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 13 #include "llvm/ADT/Twine.h"
102 void AddComment(const Twine &T) override;
116 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
118 void addExplicitComment(const Twine &T) override;
292 void MCAsmStreamer::AddComment(const Twine &T) {
327 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) {
334 void MCAsmStreamer::addExplicitComment(const Twine &T) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmStreamer.cpp 14 #include "llvm/ADT/Twine.h"
108 void AddComment(const Twine &T, bool EOL = true) override;
125 void emitRawComment(const Twine &T, bool TabPrefix = true) override;
127 void addExplicitComment(const Twine &T) override;
336 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) {
372 void MCAsmStreamer::emitRawComment(const Twine &T, bool TabPrefix) {
379 void MCAsmStreamer::addExplicitComment(const Twine &T) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WasmObjectFile.cpp 359 "Unexpected metadata version: " + Twine(LinkingData.Version) +
360 " (Expected: " + Twine(wasm::WasmMetadataVersion) + ")",
398 Twine(Init.Symbol),
533 Twine(Info.Name),
550 return make_error<GenericBinaryError>("Bad/duplicate COMDAT name " + Twine(Name),
643 Twine(Reloc.Type),
    [all...]
  /bionic/tools/versioner/src/
Preprocessor.cpp 34 #include <llvm/ADT/Twine.h>
491 std::string output_path = (llvm::Twine(dst_dir) + rel_path).str();
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 260 llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI,
471 FTy, llvm::Twine("_GLOBAL__sub_I_", FileName), FI);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 610 virtual void viewGraph(const Twine &Name, const Twine &Title);
  /external/llvm/include/llvm/Support/
Error.h 20 #include "llvm/ADT/Twine.h"
540 void logAllUnhandledErrors(Error E, raw_ostream &OS, Twine ErrorBanner);
886 StringError(const Twine &S, std::error_code EC);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 12 #include "llvm/ADT/Twine.h"
502 return TokError(Twine("unrecognized COMDAT type '" + TypeId + "'"));
524 return Error(Loc, Twine("section '") + Current->getSectionName() +

Completed in 4815 milliseconds

<<21222324252627282930>>