Searched refs:lookupTarget (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/Support/
H A DTargetRegistry.cpp25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName, function in class:TargetRegistry
52 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
64 const Target *TargetRegistry::lookupTarget(const std::string &TT, function in class:TargetRegistry
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp72 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
/external/llvm/lib/CodeGen/
H A DParallelCG.cpp50 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.cpp100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err);
/external/llvm/lib/Target/
H A DTargetMachineC.cpp81 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp203 const Target *T = TargetRegistry::lookupTarget(Triple, Error);
/external/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp215 if (!llvm::TargetRegistry::lookupTarget(Triple.getTriple(), Error))
H A DBackendUtil.cpp444 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp42 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error);
/external/llvm/lib/Object/
H A DIRObjectFile.cpp48 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err);
/external/llvm/tools/llc/
H A Dllc.cpp262 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
/external/clang/unittests/Tooling/
H A DToolingTest.cpp322 if (llvm::TargetRegistry::lookupTarget(TargetName, Error) == &Target) {
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp367 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h592 /// lookupTarget - Lookup a target based on a target triple.
597 static const Target *lookupTarget(const std::string &Triple,
600 /// lookupTarget - Lookup a target based on an architecture name
611 static const Target *lookupTarget(const std::string &ArchName,
/external/clang/lib/Driver/
H A DToolChain.cpp181 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
/external/clang/tools/driver/
H A Dcc1as_main.cpp286 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp292 const Target *march = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
H A DLTOModule.cpp207 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp199 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp611 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
/external/llvm/tools/opt/
H A Dopt.cpp277 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
/external/llvm/tools/sancov/
H A Dsancov.cc258 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp506 TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error);
/external/llvm/tools/gold/
H A Dgold-plugin.cpp767 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp283 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,

Completed in 6764 milliseconds

12