/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/ |
llvm-exegesis.cpp | 208 llvm::TargetRegistry::lookupTarget(Points[0].LLVMTriple, Error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/ |
llvm-mc-assemble-fuzzer.cpp | 149 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/ |
llvm-opt-fuzzer.cpp | 216 TargetRegistry::lookupTarget(MArch, TargetTriple, Error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MI/ |
LiveIntervalTest.cpp | 41 const Target *T = TargetRegistry::lookupTarget("", TargetTriple, Error);
|
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 584 /// lookupTarget - Lookup a target based on a target triple. 589 static const Target *lookupTarget(const std::string &Triple, 592 /// lookupTarget - Lookup a target based on an architecture name 603 static const Target *lookupTarget(const std::string &ArchName, [all...] |
/external/clang/lib/CodeGen/ |
ObjectFilePCHContainerOperations.cpp | 254 if (!llvm::TargetRegistry::lookupTarget(Triple.getTriple(), Error))
|
/external/llvm/lib/MC/MCDisassembler/ |
Disassembler.cpp | 42 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error);
|
/external/llvm/lib/Object/ |
IRObjectFile.cpp | 56 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err);
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
EDDisassembler.cpp | 163 Tgt = TargetRegistry::lookupTarget(tripleString,
|
/external/swiftshader/third_party/LLVM/tools/llc/ |
llc.cpp | 288 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Err);
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
LTOCodeGenerator.cpp | 249 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
Disassembler.cpp | 52 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/ |
TargetTest.cpp | 30 Target_ = llvm::TargetRegistry::lookupTarget(kTriple, error);
|
/external/llvm/tools/llc/ |
llc.cpp | 314 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
llvm-mc.cpp | 204 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
llvm-objdump.cpp | 112 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
FileAnalysis.cpp | 362 TargetRegistry::lookupTarget(ArchName, ObjectTriple, ErrorString);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/WebAssembly/ |
WebAssemblyExceptionInfoTest.cpp | 35 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error);
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
nvptx_backend_lib.cc | 170 const llvm::Target* target = TargetRegistry::lookupTarget("", triple, error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
TargetRegistry.h | 638 /// lookupTarget - Lookup a target based on a target triple. 643 static const Target *lookupTarget(const std::string &Triple, 646 /// lookupTarget - Lookup a target based on an architecture name 657 static const Target *lookupTarget(const std::string &ArchName, [all...] |
/external/clang/lib/Driver/ |
ToolChain.cpp | 182 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 286 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error);
|
/external/clang/unittests/Tooling/ |
ToolingTest.cpp | 377 if (llvm::TargetRegistry::lookupTarget(TargetName, Error) == &Target) {
|
/external/llvm/lib/LTO/ |
LTOCodeGenerator.cpp | 329 MArch = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
|
LTOModule.cpp | 214 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
|