/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/ |
D | 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: 15 if 'sparc' in config.root.target_triple:
|
/external/llvm/test/ExecutionEngine/ |
D | 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: 15 if 'sparc' in config.root.target_triple:
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | 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/MCJIT/remote/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/ |
D | config.py | 63 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/ |
D | embedded_protocol_buffers.cc | 96 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()
|
D | tfcompile_main.cc | 101 codegen_opts.target_triple = flags.target_triple; in Main() 127 flags.target_triple = "x86_64-pc-linux"; in main()
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 397 '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/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 19 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/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | lit.local.cfg | 19 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/ |
D | lit.cfg.py | 107 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/ |
D | lit.cfg | 22 # 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/ |
D | lit.cfg | 17 # 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/ |
D | nvptx_backend_lib.cc | 366 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/ |
D | lit.cfg | 185 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/ |
D | compiler_functor.cc | 191 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/ |
D | lit.local.cfg | 1 if not config.target_triple:
|
/external/llvm/test/DebugInfo/Generic/ |
D | lit.local.cfg | 1 if not config.target_triple:
|
/external/llvm/test/CodeGen/Generic/ |
D | lit.local.cfg | 1 if not config.target_triple:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | lit.local.cfg | 1 if not config.target_triple:
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data/ |
D | lit.cfg | 10 config.target_triple = None
|