/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | target_util.cc | 170 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 D | gpu_compiler.cc | 312 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 D | ir_emitter.cc | 220 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 D | ir_emission_utils.cc | 406 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitFullWarpShuffleDown() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/ |
D | LLVMExternalProjectUtils.cmake | 81 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/ |
D | LLVMExternalProjectUtils.cmake | 81 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/ |
D | LLVMExternalProjectUtils.cmake | 81 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/ |
D | LLVMExternalProjectUtils.cmake | 81 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 D | embedded_protocol_buffers.cc | 96 GetTargetMachineFromTriple(absl::string_view target_triple) { in GetTargetMachineFromTriple() 113 absl::string_view target_triple, in CreateEmbeddedProtocolBuffers()
|
H A D | codegen.h | 36 string target_triple; member
|
H A D | flags.h | 35 string target_triple; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
H A D | gpu_backend_lib.cc | 360 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 D | simple_orc_jit.h | 78 const llvm::Triple& target_triple() const { return target_triple_; } in target_triple() function
|
H A D | compiler_functor.cc | 224 llvm::Triple target_triple(target_machine_->getTargetTriple()); in AddTargetInfoPasses() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | tfcompile_wrapper.cc | 43 bool gen_program_shape) { in PYBIND11_MODULE()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
H A D | hlo_to_llvm_ir.cc | 71 std::string target_triple = "nvptx64-nvidia-cuda"; in CompileAndPrintLlvmIr() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | utils.rs | 5 pub(crate) mod target_triple; module
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | saved_model_aot_compile.py | 316 target_triple, argument
|
H A D | saved_model_cli_test.py | 797 target_triple): argument
|
/aosp_15_r20/external/cronet/build/toolchain/ios/ |
H A D | swiftc.py | 39 def forward(self, swiftc_args, values, target_triple): argument
|
/aosp_15_r20/external/angle/build/toolchain/apple/ |
H A D | swiftc.py | 39 def forward(self, swiftc_args, values, target_triple): argument
|
/aosp_15_r20/external/bcc/src/cc/frontends/clang/ |
H A D | loader.cc | 412 string target_triple = get_clang_target(); in do_compile() local
|
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | metadata.rs | 168 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 D | kernel_ops_pattern.cc | 222 const char* target_triple = xla::gpu::amdgpu::TargetTriple(); in Emit() local
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 462 val target_triple: llmodule -> string val
|