Home
last modified time | relevance | path

Searched defs:target_machine (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dgpu_backend_lib.cc189 llvm::TargetMachine* target_machine, in AddOptimizationPasses()
231 llvm::TargetMachine* target_machine) { in EmitModuleToPTX()
376 llvm::TargetMachine* target_machine, in LinkAndOptimizeModule()
520 std::unique_ptr<llvm::TargetMachine> target_machine; in CompileToPtx() local
544 std::unique_ptr<llvm::TargetMachine> target_machine = NVPTXGetTargetMachine( in CompileToPtx() local
665 llvm::Module* module, llvm::TargetMachine* target_machine) { in EmitModuleToHsaco()
902 std::unique_ptr<llvm::TargetMachine> target_machine; in CompileToHsaco() local
950 std::unique_ptr<llvm::TargetMachine> target_machine = in CompileToHsaco() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dsimple_orc_jit.h90 llvm::TargetMachine* target_machine() const { return target_machine_.get(); } in target_machine() function
H A Dtarget_machine_features.h73 LLVMTargetMachineFeatures(llvm::TargetMachine* target_machine) in LLVMTargetMachineFeatures()
H A Dvectorized_reduce_with_no_vector_registers_test.cc46 std::unique_ptr<llvm::TargetMachine> target_machine = in GetTargetVectorRegisterByteSize() local
H A Dcpu_compiler.cc698 llvm::TargetMachine* target_machine, in RunHloPasses()
1399 std::unique_ptr<llvm::TargetMachine> target_machine = in CompileAheadOfTime() local
H A Dsimple_orc_jit.cc88 std::unique_ptr<llvm::TargetMachine> target_machine( in InferTargetMachineForJIT() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecution_engine.h88 llvm::TargetMachine *target_machine = nullptr; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dembedded_protocol_buffers.cc78 static StatusOr<string> CodegenModule(llvm::TargetMachine* target_machine, in CodegenModule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_to_kernel.cc80 auto target_machine = GetTargetMachine(llvm_module.get()); in EmitToBinary() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.cc225 auto target_machine = builder->createTargetMachine(); in Compile() local