HomeSort by relevance Sort by last modified time
    Searched refs:lookupTarget (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 20 mcld::TargetRegistry::lookupTarget(const llvm::Target &pTarget)
34 mcld::TargetRegistry::lookupTarget(const std::string &pTriple,
37 const llvm::Target* target = llvm::TargetRegistry::lookupTarget(pTriple, pError);
41 return lookupTarget( *target );
  /external/llvm/lib/Support/
TargetRegistry.cpp 26 const Target *TargetRegistry::lookupTarget(const std::string &ArchName,
55 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
67 const Target *TargetRegistry::lookupTarget(const std::string &TT,
128 const Target *TheTarget = lookupTarget(sys::getDefaultTargetTriple(), Error);
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 79 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
Disassembler.cpp 85 llvm::TargetRegistry::lookupTarget(pTriple, error);
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 74 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 44 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm_emit.cpp 100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err);
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.cpp 100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 224 /// lookupTarget - Lookup a target based on a llvm::Target.
227 static const mcld::Target *lookupTarget(const llvm::Target& T);
229 /// lookupTarget - function wrapper of llvm::TargetRegistry::lookupTarget
233 static const mcld::Target *lookupTarget(const std::string &Triple,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 203 const Target *T = TargetRegistry::lookupTarget(Triple, Error);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 44 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 203 const Target *T = TargetRegistry::lookupTarget(Triple, Error);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 311 m_pTarget = mcld::TargetRegistry::lookupTarget(m_pConfig->targets().triple().str(), error);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 545 /// lookupTarget - Lookup a target based on a target triple.
550 static const Target *lookupTarget(const std::string &Triple,
553 /// lookupTarget - Lookup a target based on an architecture name
564 static const Target *lookupTarget(const std::string &ArchName,
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 209 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
  /external/llvm/tools/llc/
llc.cpp 234 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 52 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
  /frameworks/compile/slang/
slang_backend.cpp 119 llvm::TargetRegistry::lookupTarget(Triple, Error);
  /external/clang/tools/driver/
cc1as_main.cpp 268 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error));
driver.cpp 266 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 196 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 62 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 266 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 331 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 1002 if (!llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError))
    [all...]

Completed in 1304 milliseconds

1 2