/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/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_llvm_emit.cpp | 100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err); in radeon_llvm_compile()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 72 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
|
/external/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 50 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in splitCodeGen()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 203 const Target *T = TargetRegistry::lookupTarget(Triple, Error);
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 81 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 597 static const Target *lookupTarget(const std::string &Triple, 611 static const Target *lookupTarget(const std::string &ArchName,
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 42 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in LLVMCreateDisasmCPUFeatures()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 262 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule()
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 215 if (!llvm::TargetRegistry::lookupTarget(Triple.getTriple(), Error)) in HandleTranslationUnit()
|
D | BackendUtil.cpp | 444 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine()
|
/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 48 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err); in IRObjectFile()
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 322 if (llvm::TargetRegistry::lookupTarget(TargetName, Error) == &Target) { in getAnyTarget()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 367 TargetRegistry::lookupTarget("", TheTriple, ErrorStr); in main()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 292 const Target *march = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in determineTarget()
|
D | LTOModule.cpp | 207 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); in makeLTOModule()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 199 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 286 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); in ExecuteAssembler()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 277 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine()
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 258 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in getObjectCoveragePoints()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 181 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) { in getTargetAndModeFromProgramName()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 611 TargetRegistry::lookupTarget("", TheTriple, ErrorStr); in linkAndVerify()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 506 TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error); in ParseMicrosoftAsmStatement()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 767 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in codegen()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 283 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget()
|