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

<<31323334353637

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 15 #include "llvm/ADT/Twine.h"
267 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 18 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 35 #include "llvm/ADT/Twine.h"
80 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
81 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Core.cpp     [all...]
AutoUpgrade.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 25 #include "llvm/ADT/Twine.h"
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 258 const Twine &ErrMsg) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 29 #include "llvm/ADT/Twine.h"
327 const Twine &ErrMsg) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 39 #include "llvm/ADT/Twine.h"
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 361 const llvm::Twine &Name = "") {
    [all...]
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp 351 return (Twine(Entry.second) + Path.substr(Entry.first.size())).str();
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 655 llvm/lib/Support/Twine.cpp \
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 85 verifyFormat(llvm::Twine("void f() { " + text + " }").str());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp 41 #include "llvm/ADT/Twine.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 26 #include "llvm/ADT/Twine.h"
365 void Note(SMLoc L, const Twine &Msg, SMRange Range = None) {
369 bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) {
373 bool Error(SMLoc L, const Twine &Msg, SMRange Range = None) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 162 std::string ThumbName = (Twine("thumb") + TT.getArchName().substr(3)).str();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 23 #include "llvm/ADT/Twine.h"
    [all...]

Completed in 1527 milliseconds

<<31323334353637