Home
last modified time | relevance | path

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

12

/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/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm_emit.cpp100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err); in radeon_llvm_compile()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp72 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
/external/llvm/lib/CodeGen/
DParallelCG.cpp50 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in splitCodeGen()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp203 const Target *T = TargetRegistry::lookupTarget(Triple, Error);
/external/llvm/lib/Target/
DTargetMachineC.cpp81 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
/external/llvm/include/llvm/Support/
DTargetRegistry.h597 static const Target *lookupTarget(const std::string &Triple,
611 static const Target *lookupTarget(const std::string &ArchName,
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp42 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in LLVMCreateDisasmCPUFeatures()
/external/llvm/tools/llc/
Dllc.cpp262 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp215 if (!llvm::TargetRegistry::lookupTarget(Triple.getTriple(), Error)) in HandleTranslationUnit()
DBackendUtil.cpp444 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine()
/external/llvm/lib/Object/
DIRObjectFile.cpp48 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err); in IRObjectFile()
/external/clang/unittests/Tooling/
DToolingTest.cpp322 if (llvm::TargetRegistry::lookupTarget(TargetName, Error) == &Target) { in getAnyTarget()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp367 TargetRegistry::lookupTarget("", TheTriple, ErrorStr); in main()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp292 const Target *march = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in determineTarget()
DLTOModule.cpp207 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); in makeLTOModule()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp199 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget()
/external/clang/tools/driver/
Dcc1as_main.cpp286 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); in ExecuteAssembler()
/external/llvm/tools/opt/
Dopt.cpp277 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine()
/external/llvm/tools/sancov/
Dsancov.cc258 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in getObjectCoveragePoints()
/external/clang/lib/Driver/
DToolChain.cpp181 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) { in getTargetAndModeFromProgramName()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp611 TargetRegistry::lookupTarget("", TheTriple, ErrorStr); in linkAndVerify()
/external/clang/lib/Parse/
DParseStmtAsm.cpp506 TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error); in ParseMicrosoftAsmStatement()
/external/llvm/tools/gold/
Dgold-plugin.cpp767 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in codegen()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp283 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget()

12