Home
last modified time | relevance | path

Searched defs:llvm_module (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc934 llvm::Module* llvm_module, in RemoveUnusedAndUninitializedGlobals()
952 std::unique_ptr<llvm::Module> llvm_module; member
1099 std::unique_ptr<llvm::Module> llvm_module, in CompileToTargetBinary()
1108 std::optional<int> shard_number) -> StatusOr<BackendCompileResult> { in CompileToTargetBinary()
1614 std::unique_ptr<llvm::Module> llvm_module, in CompileLmhloToExecutable()
H A Dir_emitter_context.h44 mlir::MLIRContext* mlir_context, llvm::Module* llvm_module) in IrEmitterContext()
71 llvm::Module* llvm_module() { return llvm_module_; } in llvm_module() function
H A Dnvptx_compiler.cc232 llvm::Module* llvm_module) { in MaybeLoadLLVMFromFile()
329 llvm::Module* llvm_module, in CompileTargetBinary()
H A Dhlo_to_ir_bindings.h34 HloToIrBindings(llvm::IRBuilder<>* b, llvm::Module* llvm_module, in HloToIrBindings()
H A Damdgpu_compiler.cc135 llvm::Module* llvm_module, in CompileTargetBinary()
H A Dir_emitter_unnested.cc158 llvm::Module* llvm_module) { in AnnotateWithInt32Value()
176 llvm::Module* llvm_module) { in AnnotateThunkLaunchDimensions()
1601 std::unique_ptr<llvm::Module> llvm_module = mlir::translateModuleToLLVMIR( in EmitLaunchFunc() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc751 const llvm::Module& llvm_module) { in GetIRModuleHooks()
767 Status VerifyLlvmModule(const llvm::Module& llvm_module) { in VerifyLlvmModule()
1128 auto llvm_module = in CompileLegacyCpuExecutable() local
1409 std::unique_ptr<llvm::Module> llvm_module; in CompileAheadOfTime() local
H A Dir_function.cc30 llvm::Module* llvm_module, const int64_t num_dynamic_loop_bounds) { in GetComputeFunctionParams()
48 llvm::Module* llvm_module, llvm::IRBuilder<>* b, in IrFunction()
H A Dmlir_emitter.cc98 llvm::Module *llvm_module = b->GetInsertBlock()->getParent()->getParent(); in EmitMlirFuncAndCall() local
H A Dir_emitter.cc98 llvm::Module* llvm_module, in IrEmitter()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c433 ac_compile_llvm_module(struct ac_llvm_compiler *ac_llvm, LLVMModuleRef llvm_module, struct radv_sha… in ac_compile_llvm_module()
484 LLVMModuleRef llvm_module; in radv_compile_nir_shader() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dkernel_ops_pattern.cc220 const xla::HloModuleConfig& hlo_module_config, llvm::Module* llvm_module) { in Emit()
281 auto llvm_module = std::make_unique<llvm::Module>("", llvm_context); in Match() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_to_kernel.cc77 std::unique_ptr<llvm::Module> llvm_module = in EmitToBinary() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A Dmlir_gpu_test_base.cc48 auto llvm_module = std::make_unique<llvm::Module>("", llvm_context); in CompileMlirModule() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc63 const HloModuleConfig& module_config, llvm::Module* llvm_module, in CompileTargetBinary()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Djit_compiler.cc255 auto llvm_module = translateModuleToLLVMIR(compiler->module(), *llvm_ctx); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_util.cc585 const llvm::Module& llvm_module, bool optimized, in DumpIrIfEnabled()