/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | TargetRegistry.cpp | 25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName, in lookupTarget() function in TargetRegistry 51 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError); in lookupTarget() 63 const Target *TargetRegistry::lookupTarget(const std::string &TT, in lookupTarget() function in TargetRegistry
|
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName, in lookupTarget() function in TargetRegistry 52 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError); in lookupTarget() 64 const Target *TargetRegistry::lookupTarget(const std::string &TT, in lookupTarget() function in TargetRegistry
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | TargetRegistry.cpp | 26 const Target *TargetRegistry::lookupTarget(const std::string &TT, in lookupTarget() function in TargetRegistry 87 const Target *TheTarget = lookupTarget(sys::getHostTriple(), Error); in getClosestTargetForJIT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfUtils.cpp | 42 return TargetRegistry::lookupTarget(T.getTriple(), Err); in isConfigurationSupported()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/AArch64/ |
D | TargetTest.cpp | 30 Target_ = llvm::TargetRegistry::lookupTarget(kTriple, error); in AArch64TargetTest()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 64 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | LlvmState.cpp | 27 llvm::TargetRegistry::lookupTarget(Triple, Error); in LLVMState()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 71 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 70 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/ |
D | AssemblerUtils.h | 60 llvm::TargetRegistry::lookupTarget(TT, Error); in createTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/ |
D | AnalysisTest.cpp | 23 llvm::TargetRegistry::lookupTarget(TT, error); in AnalysisTest()
|
D | RegisterAliasingTest.cpp | 21 llvm::TargetRegistry::lookupTarget(TT, error); in RegisterAliasingTest()
|
/external/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 36 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in Context()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | embedded_protocol_buffers.cc | 101 llvm::TargetRegistry::lookupTarget(normalized_triple, error); in GetTargetMachineFromTriple()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 36 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in Context()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/ |
D | InstSizes.cpp | 23 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 46 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in LLVMCreateDisasm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 137 TargetRegistry::lookupTarget(MArch, TheTriple, Error); in LLVMFuzzerInitialize()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
D | native.cpp | 111 auto t = ::llvm::TargetRegistry::lookupTarget(target.triple, err); in emit_code()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/ |
D | llvm-opt-fuzzer.cpp | 216 TargetRegistry::lookupTarget(MArch, TargetTriple, Error); in LLVMFuzzerInitialize()
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 109 const Target *T = TargetRegistry::lookupTarget(TripleStr, Error); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ModuleSymbolTable.cpp | 80 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err); in initializeRecordStreamer()
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 72 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 208 llvm::TargetRegistry::lookupTarget(Points[0].LLVMTriple, Error); in analysisMain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 71 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
|