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

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfUtils.cpp 42 return TargetRegistry::lookupTarget(T.getTriple(), Err);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/AArch64/
TargetTest.cpp 30 Target_ = llvm::TargetRegistry::lookupTarget(kTriple, error);
  /external/llvm/lib/Support/
TargetRegistry.cpp 25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName,
52 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
64 const Target *TargetRegistry::lookupTarget(const std::string &TT,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
TargetRegistry.cpp 25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName,
51 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
63 const Target *TargetRegistry::lookupTarget(const std::string &TT,
  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 26 const Target *TargetRegistry::lookupTarget(const std::string &TT,
87 const Target *TheTarget = lookupTarget(sys::getHostTriple(), Error);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
TargetSelect.cpp 64 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 71 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
TargetSelect.cpp 70 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
LlvmState.cpp 27 llvm::TargetRegistry::lookupTarget(Triple, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/
AssemblerUtils.h 60 llvm::TargetRegistry::lookupTarget(TT, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
AnalysisTest.cpp 23 llvm::TargetRegistry::lookupTarget(TT, error);
RegisterAliasingTest.cpp 21 llvm::TargetRegistry::lookupTarget(TT, error);
  /external/llvm/unittests/MC/
DwarfLineTables.cpp 36 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
native.cpp 111 auto t = ::llvm::TargetRegistry::lookupTarget(target.triple, err);
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.cpp 46 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 137 TargetRegistry::lookupTarget(MArch, TheTriple, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/
DwarfLineTables.cpp 36 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
InstSizes.cpp 23 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error);
  /external/tensorflow/tensorflow/compiler/aot/
embedded_protocol_buffers.cc 101 llvm::TargetRegistry::lookupTarget(normalized_triple, error);
103 return xla::InternalError("TargetRegistry::lookupTarget failed: %s",
  /external/bcc/src/cc/
bcc_debug.cc 109 const Target *T = TargetRegistry::lookupTarget(TripleStr, Error);
  /external/llvm/lib/Target/
TargetMachineC.cpp 72 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error));
  /external/llvm/unittests/MI/
LiveIntervalTest.cpp 42 const Target *T = TargetRegistry::lookupTarget("", TargetTriple, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 40 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ModuleSymbolTable.cpp 80 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachineC.cpp 71 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error));

Completed in 920 milliseconds

1 2 3 4