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

<<31323334353637

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 208 ArchFS = (Twine(ArchFS) + "," + FS).str();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86WinEHState.cpp 407 Twine("__ehhandler$") + GlobalValue::dropLLVMManglingEscape(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 239 + Twine(MFI.getMaxAlignment()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 25 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVNSink.cpp 641 LLVM_DEBUG(dbgs() << " VN=" << Twine::utohexstr(N) << " for" << *I << "\n");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 609 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It));
    [all...]
LoopUnrollAndJam.cpp 311 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It));
PredicateInfo.cpp 529 B.CreateCall(IF, Op, Op->getName() + "." + Twine(Counter++));
    [all...]
PromoteMemoryToRegister.cpp 25 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 272 MDs.push_back(createHintMetadata(Twine(Prefix(), H.Name).str(), H.Value));
    [all...]
LoopVectorize.cpp 75 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 59 return error(Twine("no register info for target ") + TripleName, Context);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 14 #include "llvm/ADT/Twine.h"
163 LLVM_ATTRIBUTE_NORETURN void error(Twine Message) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
llvm-size.cpp 111 static bool error(Twine Message) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.h 879 void error(const Twine &Msg);
    [all...]
CodeGenRegisters.cpp 27 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 234 : LoopAccessReport(Twine("loop not vectorized: ") + R.str(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 22 #include "llvm/ADT/Twine.h"
153 void printWarningWithFixIt(const Twine &Msg, const Twine &FixMsg,
311 bool reportParseError(Twine ErrorMsg);
312 bool reportParseError(SMLoc Loc, Twine ErrorMsg);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 31 #include "llvm/ADT/Twine.h"
419 CmdArgs.push_back(Args.MakeArgString(Twine("-find-pch-source=") +
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 760 Twine NameAsWritten) {
772 Twine NameAsWritten) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 274 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors.");
294 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors.");
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 15 #include "llvm/ADT/Twine.h"
248 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); }
249 bool Error(SMLoc L, const Twine &Msg) { return getParser().Error(L, Msg); }
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 21 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineVerifier.cpp 35 #include "llvm/ADT/Twine.h"
306 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors.");
327 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors.");
    [all...]

Completed in 1690 milliseconds

<<31323334353637