Home
last modified time | relevance | path

Searched defs:target_triple (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dtarget_util.cc170 llvm::Triple target_triple = in ObtainDeviceFunctionName() local
229 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitCallToTargetIntrinsic() local
256 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in AnnotateFunctionAsGpuKernel() local
H A Dgpu_compiler.cc312 const char* target_triple, const char* data_layout) in GpuCompiler()
967 const std::string& target_triple, const std::string& data_layout, in CompileModuleToLlvmIrImpl()
1521 const std::string& target_triple, const std::string& data_layout, in CompileModuleToLlvmIr()
H A Dir_emitter.cc220 llvm::Triple target_triple = llvm::Triple(module_->getTargetTriple()); in MaybeEmitDirectAtomicOperation() local
470 llvm::Triple target_triple = llvm::Triple(module_->getTargetTriple()); in IsEmittingForAMDGPU() local
H A Dir_emission_utils.cc406 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitFullWarpShuffleDown() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake81 set(target_triple ${LLVM_DEFAULT_TARGET_TRIPLE}) variable
83 set(target_triple ${ARG_TARGET_TRIPLE}) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake81 set(target_triple ${LLVM_DEFAULT_TARGET_TRIPLE}) variable
83 set(target_triple ${ARG_TARGET_TRIPLE}) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake81 set(target_triple ${LLVM_DEFAULT_TARGET_TRIPLE}) variable
83 set(target_triple ${ARG_TARGET_TRIPLE}) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/
DLLVMExternalProjectUtils.cmake81 set(target_triple ${LLVM_DEFAULT_TARGET_TRIPLE}) variable
83 set(target_triple ${ARG_TARGET_TRIPLE}) variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dembedded_protocol_buffers.cc96 GetTargetMachineFromTriple(absl::string_view target_triple) { in GetTargetMachineFromTriple()
113 absl::string_view target_triple, in CreateEmbeddedProtocolBuffers()
H A Dcodegen.h36 string target_triple; member
H A Dflags.h35 string target_triple; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dgpu_backend_lib.cc360 llvm::Triple target_triple, se::CudaComputeCapability compute_capability, in NVPTXGetTargetMachine()
395 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in LinkAndOptimizeModule() local
861 llvm::Triple target_triple, GpuVersion gpu_version, in AMDGPUGetTargetMachine()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dsimple_orc_jit.h78 const llvm::Triple& target_triple() const { return target_triple_; } in target_triple() function
H A Dcompiler_functor.cc224 llvm::Triple target_triple(target_machine_->getTargetTriple()); in AddTargetInfoPasses() local
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfcompile_wrapper.cc43 bool gen_program_shape) { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A Dhlo_to_llvm_ir.cc71 std::string target_triple = "nvptx64-nvidia-cuda"; in CompileAndPrintLlvmIr() local
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dutils.rs5 pub(crate) mod target_triple; module
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_aot_compile.py316 target_triple, argument
H A Dsaved_model_cli_test.py797 target_triple): argument
/aosp_15_r20/external/cronet/build/toolchain/ios/
H A Dswiftc.py39 def forward(self, swiftc_args, values, target_triple): argument
/aosp_15_r20/external/angle/build/toolchain/apple/
H A Dswiftc.py39 def forward(self, swiftc_args, values, target_triple): argument
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Dloader.cc412 string target_triple = get_clang_target(); in do_compile() local
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/
H A Dmetadata.rs168 let target_triple = if target_kinds == [TargetKind::ProcMacro] { in parse_cargo_metadata() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dkernel_ops_pattern.cc222 const char* target_triple = xla::gpu::amdgpu::TargetTriple(); in Emit() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli462 val target_triple: llmodule -> string val

12