Home
last modified time | relevance | path

Searched refs:target_triple (Results 1 – 25 of 92) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/
Dlit.local.cfg5 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:
15 if 'sparc' in config.root.target_triple:
/external/llvm/test/ExecutionEngine/
Dlit.local.cfg5 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:
15 if 'sparc' in config.root.target_triple:
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dlit.local.cfg1 if 'armv4' in config.root.target_triple or \
2 'armv5' in config.root.target_triple:
7 #if 'armv7' in config.root.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/remote/
Dlit.local.cfg1 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/MCJIT/remote/
Dlit.local.cfg1 if 'armv4' in config.root.target_triple or \
2 'armv5' in config.root.target_triple:
7 #if 'armv7' in config.root.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dlit.local.cfg1 if 'armv4' in config.root.target_triple or \
2 'armv5' in config.root.target_triple:
7 #if 'armv7' in config.root.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
Dconfig.py63 target_triple = getattr(config, 'target_triple', None)
64 if host_triple and host_triple == target_triple:
83 if target_triple:
84 if re.match(r'^x86_64.*-apple', target_triple):
86 if 'address' in sanitizers and self.get_clang_has_lsan(host_cxx, target_triple):
89 if re.match(r'^x86_64.*-linux', target_triple):
91 if re.match(r'.*-win32$', target_triple):
401 self.make_itanium_abi_triple(self.config.target_triple)))
403 self.make_msabi_triple(self.config.target_triple)))
/external/tensorflow/tensorflow/compiler/aot/
Dembedded_protocol_buffers.cc96 GetTargetMachineFromTriple(absl::string_view target_triple) { in GetTargetMachineFromTriple() argument
99 llvm::Triple::normalize(AsStringRef(absl::string_view(target_triple))); in GetTargetMachineFromTriple()
113 absl::string_view target_triple, in CreateEmbeddedProtocolBuffers() argument
116 GetTargetMachineFromTriple(target_triple)); in CreateEmbeddedProtocolBuffers()
Dtfcompile_main.cc101 codegen_opts.target_triple = flags.target_triple; in Main()
127 flags.target_triple = "x86_64-pc-linux"; in main()
/external/libcxx/utils/libcxx/test/
Dconfig.py397 'with_system_cxx_lib=%s' % self.config.target_triple)
400 target_components = self.config.target_triple.split('-')
563 ['-target', self.config.target_triple]):
1077 target_triple = self.get_lit_conf('target_triple')
1079 if self.use_target and target_triple:
1088 self.config.target_triple = target_triple
1089 if self.use_target and 'apple' in target_triple:
1095 if not self.config.target_triple:
1096 target_triple = self.cxx.getTriple()
1102 target_triple = re.sub(r'([^-]+)-([^-]+)-([^.]+)([^-]*)(.*)',
[all …]
/external/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg18 if 'i386-apple-darwin' in root.target_triple:
21 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg19 if 'i386-apple-darwin' in root.target_triple:
22 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dlit.local.cfg18 if 'i386-apple-darwin' in root.target_triple:
21 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/
Dlit.local.cfg19 if 'i386-apple-darwin' in root.target_triple:
22 if 'powerpc' in root.target_triple and not 'powerpc64' in root.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/test/
Dlit.cfg.py107 if re.search(r'win32', config.target_triple):
109 config.target_triple.replace('-win32', '-mingw32')]
230 if not 'hexagon' in config.target_triple:
235 if config.target_triple:
315 if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/
Dlit.cfg22 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
23 config.target_triple = 'foo'
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/Clang/
Dlit.cfg17 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
18 config.target_triple = 'foo'
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.cc366 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in CompileModuleToPtx() local
367 if (target_triple.getArch() == llvm::Triple::UnknownArch) { in CompileModuleToPtx()
369 target_triple = llvm::Triple("nvptx64-unknown-unknown"); in CompileModuleToPtx()
375 target_triple, GetSmName(compute_capability), hlo_module_config); in CompileModuleToPtx()
/external/llvm/test/
Dlit.cfg185 if re.search(r'win32', config.target_triple):
186 llc_dwarf += ' -mtriple='+config.target_triple.replace('-win32', '-mingw32')
360 if not 'hexagon' in config.target_triple:
370 if config.target_triple:
372 if re.match(r'^x86_64.*-linux', config.target_triple):
377 # even if host_triple were different from target_triple.
378 if config.host_triple == config.target_triple:
459 if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_triple):
464 if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.cc191 llvm::Triple target_triple(target_machine_->getTargetTriple()); in AddTargetInfoPasses() local
193 absl::make_unique<llvm::TargetLibraryInfoImpl>(target_triple); in AddTargetInfoPasses()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dlit.local.cfg1 if not config.target_triple:
/external/llvm/test/DebugInfo/Generic/
Dlit.local.cfg1 if not config.target_triple:
/external/llvm/test/CodeGen/Generic/
Dlit.local.cfg1 if not config.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dlit.local.cfg1 if not config.target_triple:
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg10 config.target_triple = None

1234