Home
last modified time | relevance | path

Searched refs:lookupTarget (Results 1 – 25 of 89) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetRegistry.cpp25 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/
DTargetRegistry.cpp25 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/
DTargetRegistry.cpp26 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/
DDwarfUtils.cpp42 return TargetRegistry::lookupTarget(T.getTriple(), Err); in isConfigurationSupported()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/AArch64/
DTargetTest.cpp30 Target_ = llvm::TargetRegistry::lookupTarget(kTriple, error); in AArch64TargetTest()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DTargetSelect.cpp64 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLlvmState.cpp27 llvm::TargetRegistry::lookupTarget(Triple, Error); in LLVMState()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp71 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp70 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h60 llvm::TargetRegistry::lookupTarget(TT, Error); in createTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DAnalysisTest.cpp23 llvm::TargetRegistry::lookupTarget(TT, error); in AnalysisTest()
DRegisterAliasingTest.cpp21 llvm::TargetRegistry::lookupTarget(TT, error); in RegisterAliasingTest()
/external/llvm/unittests/MC/
DDwarfLineTables.cpp36 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in Context()
/external/tensorflow/tensorflow/compiler/aot/
Dembedded_protocol_buffers.cc101 llvm::TargetRegistry::lookupTarget(normalized_triple, error); in GetTargetMachineFromTriple()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/
DDwarfLineTables.cpp36 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in Context()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
DInstSizes.cpp23 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in createTargetMachine()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp46 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in LLVMCreateDisasm()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp137 TargetRegistry::lookupTarget(MArch, TheTriple, Error); in LLVMFuzzerInitialize()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dnative.cpp111 auto t = ::llvm::TargetRegistry::lookupTarget(target.triple, err); in emit_code()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp216 TargetRegistry::lookupTarget(MArch, TargetTriple, Error); in LLVMFuzzerInitialize()
/external/bcc/src/cc/
Dbcc_debug.cc109 const Target *T = TargetRegistry::lookupTarget(TripleStr, Error); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DModuleSymbolTable.cpp80 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err); in initializeRecordStreamer()
/external/llvm/lib/Target/
DTargetMachineC.cpp72 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp208 llvm::TargetRegistry::lookupTarget(Points[0].LLVMTriple, Error); in analysisMain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachineC.cpp71 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()

1234