HomeSort by relevance Sort by last modified time
    Searched full:target_triple (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/llvm/test/ExecutionEngine/MCJIT/remote/
lit.local.cfg 1 if 'armv4' in config.root.target_triple or \
2 'armv5' in config.root.target_triple:
7 #if 'armv7' in config.root.target_triple:
  /external/llvm/test/ExecutionEngine/
lit.local.cfg 5 if 'powerpc64' in config.root.target_triple:
8 if 'aarch64' in config.root.target_triple \
9 or 'arm64' in config.root.target_triple:
12 if 'hexagon' in config.root.target_triple:
  /external/llvm/test/ExecutionEngine/MCJIT/
lit.local.cfg 18 if 'i386-apple-darwin' in root.target_triple:
21 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
  /external/llvm/test/CodeGen/AArch64/
lit.local.cfg 9 if re.search(r'cygwin|mingw32|win32', config.target_triple):
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
lit.cfg 7 config.target_triple = 'x86_64-unknown-unknown'
  /external/llvm/cmake/modules/
LLVMConfig.cmake.in 22 set(TARGET_TRIPLE "@TARGET_TRIPLE@")
Makefile 34 -e 's/@TARGET_TRIPLE@/'"$(TARGET_TRIPLE)"'/' \
  /external/clang/test/Unit/
lit.site.cfg.in 13 config.target_triple = "@TARGET_TRIPLE@"
  /external/compiler-rt/unittests/
lit.common.unit.configured.in 5 config.target_triple = "@TARGET_TRIPLE@"
  /external/llvm/test/
lit.site.cfg.in 6 config.target_triple = "@TARGET_TRIPLE@"
lit.cfg 166 if re.search(r'win32', config.target_triple):
167 llc_dwarf += ' -mtriple='+config.target_triple.replace('-win32', '-mingw32')
173 if 'arm' in config.target_triple \
174 or 'aarch64' in config.target_triple \
175 or 'powerpc64' in config.target_triple \
176 or 's390x' in config.target_triple:
187 if 'i386' in config.target_triple or 'i686' in config.target_triple:
188 config.target_triple += jit_impl_cfg + '-ia32'
189 elif 'x86_64' in config.target_triple
    [all...]
lit.site.cfg 9 config.target_triple = "x86_64-unknown-linux-gnu"
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 36 std::string target_triple; local
40 target_triple, target_cpu, target_attr);
44 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /external/clang/test/
lit.site.cfg.in 15 config.target_triple = "@TARGET_TRIPLE@"
Makefile 33 @ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
48 @$(ECHOPATH) s=@TARGET_TRIPLE@=$(TARGET_TRIPLE)=g >> lit.tmp
66 @$(ECHOPATH) s=@TARGET_TRIPLE@=$(TARGET_TRIPLE)=g >> unit.tmp
lit.cfg 272 config.substitutions.append( ('%itanium_abi_triple', makeItaniumABITriple(config.target_triple)) )
273 config.substitutions.append( ('%ms_abi_triple', makeMSABITriple(config.target_triple)) )
368 # even if host_triple were different from target_triple.
369 if config.host_triple == config.target_triple:
392 if not re.match(r'.*-win32$', config.target_triple):
396 if not re.match(r'.*-win32$', config.target_triple):
400 if not re.match(r'^x86_64.*-(win32|mingw32)$', config.target_triple):
404 if not re.match(r'.*-(cygwin|mingw32)$', config.target_triple):
  /external/compiler-rt/test/
lit.common.configured.in 10 set_default("target_triple", "@COMPILER_RT_TEST_TARGET_TRIPLE@")
  /external/llvm/utils/lit/tests/Inputs/test-data/
lit.cfg 44 config.target_triple = None
  /frameworks/compile/slang/lit-tests/
lit.cfg 25 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
26 config.target_triple = 'slang'
  /external/llvm/utils/lit/tests/
lit.cfg 26 config.target_triple = '(unused)'
  /external/libcxx/test/
lit.cfg 290 config.target_triple = lit_config.params.get('target_triple', None)
292 if config.target_triple is None:
293 config.target_triple = lit.util.capture(
295 lit_config.note("inferred target_triple as: %r" % (config.target_triple,))
305 config.target_triple)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 290 config.target_triple = lit_config.params.get('target_triple', None)
292 if config.target_triple is None:
293 config.target_triple = lit.util.capture(
295 lit_config.note("inferred target_triple as: %r" % (config.target_triple,))
305 config.target_triple)
  /art/compiler/llvm/
llvm_compilation_unit.cc 199 std::string target_triple; local
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, local
207 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
220 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
lit.cfg 26 config.target_triple = 'host-bcc'
  /external/lldb/include/lldb/API/
SBDebugger.h 114 const char *target_triple,
121 const char *target_triple);

Completed in 1095 milliseconds

1 2 3