Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtarget_util.cc169 llvm::Triple target_triple = in ObtainDeviceFunctionName() local
228 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitCallToTargetIntrinsic() local
255 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in AnnotateFunctionAsGpuKernel() local
Dgpu_compiler.cc141 const char* target_triple, const char* data_layout) in GpuCompiler()
550 const std::string& target_triple, const std::string& data_layout, in CompileModuleToLlvmIrImpl()
985 const std::string& target_triple, const std::string& data_layout, in CompileModuleToLlvmIr()
Dir_emitter.cc289 llvm::Triple target_triple = llvm::Triple(module_->getTargetTriple()); in MaybeEmitDirectAtomicOperation() local
Dir_emission_utils.cc511 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitFullWarpShuffleDown() local
/external/tensorflow/tensorflow/compiler/aot/
Dembedded_protocol_buffers.cc95 GetTargetMachineFromTriple(absl::string_view target_triple) { in GetTargetMachineFromTriple()
112 absl::string_view target_triple, in CreateEmbeddedProtocolBuffers()
Dcodegen.h36 string target_triple; member
Dflags.h35 string target_triple; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h78 const llvm::Triple& target_triple() const { in target_triple() function
Dcompiler_functor.cc205 llvm::Triple target_triple(target_machine_->getTargetTriple()); in AddTargetInfoPasses() local
/external/tensorflow/tensorflow/python/
Dtfcompile_wrapper.cc43 bool gen_program_shape) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dhlo_to_llvm_ir.cc56 std::string target_triple = "nvptx64-nvidia-cuda"; in CompileAndPrintLlvmIr() local
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py216 target_triple, argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc366 llvm::Triple target_triple, std::pair<int, int> compute_capability, in NVPTXGetTargetMachine()
397 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in LinkAndOptimizeModule() local
855 llvm::Triple target_triple, GpuVersion gpu_version, in AMDGPUGetTargetMachine()
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.cpp329 llvm::StringRef target_triple = GetString(arguments, "targetTriple"); in CreateTargetFromArguments() local
/external/bcc/src/cc/frontends/clang/
Dloader.cc282 string target_triple = get_clang_target(); in do_compile() local
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp729 const char *target_triple, in CreateTarget()
770 const char *target_triple) { in CreateTargetWithFileAndTargetTriple()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc688 llvm::Triple target_triple = llvm::Triple(module.getTargetTriple()); in GetGlobalMemoryAddressSpace() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp107 auto &target_triple = target.GetArchitecture().GetTriple(); in FindTargetModuleForImageInfo() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli462 val target_triple: llmodule -> string val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli493 val target_triple: llmodule -> string val
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp551 llvm::Triple target_triple) { in TypeSystemClang()
682 void TypeSystemClang::SetTargetTriple(llvm::StringRef target_triple) { in SetTargetTriple()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6155 const llvm::Triple &target_triple = target_arch.GetTriple(); in SaveCore() local