Searched defs:llvm_module (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_context.h | 45 mlir::MLIRContext* mlir_context, llvm::Module* llvm_module) in IrEmitterContext() 70 llvm::Module* llvm_module() { return llvm_module_; } in llvm_module() function
|
D | gpu_compiler.cc | 555 std::unique_ptr<llvm::Module>* llvm_module, in CompileModuleToLlvmIrImpl() 677 std::unique_ptr<llvm::Module> llvm_module, in CompileToTargetBinary() 686 absl::optional<int> shard_number) -> StatusOr<BackendCompileResult> { in CompileToTargetBinary() 899 std::unique_ptr<llvm::Module> llvm_module; in RunBackend() local 989 std::unique_ptr<llvm::Module> llvm_module; in CompileModuleToLlvmIr() local 1101 std::unique_ptr<llvm::Module> llvm_module, in CompileLmhloToExecutable()
|
D | hlo_to_ir_bindings.h | 39 llvm::IRBuilder<>* b, llvm::Module* llvm_module, in HloToIrBindings()
|
D | amdgpu_compiler.cc | 115 llvm::Module* llvm_module, in CompileTargetBinary()
|
D | nvptx_compiler.cc | 302 llvm::Module* llvm_module, in CompileTargetBinary()
|
D | ir_emitter_unnested.cc | 159 llvm::Module* llvm_module) { in UpdateLaunchDimensions()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_function.cc | 30 llvm::Module* llvm_module, const int64 num_dynamic_loop_bounds) { in GetComputeFunctionParams() 47 llvm::Module* llvm_module, llvm::IRBuilder<>* b, in IrFunction()
|
D | cpu_compiler.cc | 506 const llvm::Module& llvm_module) { in GetIRModuleHooks() 522 Status VerifyLlvmModule(const llvm::Module& llvm_module) { in VerifyLlvmModule() 678 auto llvm_module = in RunBackend() local 896 llvm::Module llvm_module("__compute_module", llvm_context); in CompileAheadOfTime() local
|
D | mlir_emitter.cc | 95 llvm::Module *llvm_module = b->GetInsertBlock()->getParent()->getParent(); in EmitMlirFuncAndCall() local
|
D | ir_emitter.cc | 93 const BufferAssignment& assignment, llvm::Module* llvm_module, in IrEmitter()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | tf_to_kernel.cc | 77 std::unique_ptr<llvm::Module> llvm_module = in EmitToBinary() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | mlir_gpu_test_base.cc | 44 auto llvm_module = absl::make_unique<llvm::Module>("", llvm_context); in CompileMlirModule() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | llvm_compiler_test.cc | 61 const HloModuleConfig& module_config, llvm::Module* llvm_module, in CompileTargetBinary()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 584 const llvm::Module& llvm_module, bool optimized, in DumpIrIfEnabled()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRForTarget.cpp | 1841 bool IRForTarget::runOnModule(Module &llvm_module) { in runOnModule()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 4125 LLVMModuleRef llvm_module, in ac_compile_llvm_module() 4182 LLVMModuleRef llvm_module; in radv_compile_nir_shader() local
|