Searched defs:llvm_module (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_context.h | 36 llvm::Module* llvm_module) in IrEmitterContext() 53 llvm::Module* llvm_module() { return llvm_module_; } in llvm_module() function
|
D | hlo_to_ir_bindings.h | 40 llvm::IRBuilder<>* b, llvm::Module* llvm_module, in HloToIrBindings()
|
D | nvptx_compiler.cc | 651 llvm::Module llvm_module(module->name().c_str(), llvm_context); in RunBackend() local
|
D | ir_emitter_unnested.cc | 148 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 | 456 const llvm::Module& llvm_module) { in GetIRModuleHooks() 472 Status VerifyLlvmModule(const llvm::Module& llvm_module) { in VerifyLlvmModule() 603 auto llvm_module = in RunBackend() local 805 llvm::Module llvm_module("__compute_module", llvm_context); in CompileAheadOfTime() local
|
D | ir_emitter.cc | 85 llvm::Module* llvm_module, in IrEmitter()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 586 const llvm::Module& llvm_module, bool optimized) { in DumpIrIfEnabled()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 7031 LLVMModuleRef llvm_module, in ac_compile_llvm_module() 7161 LLVMModuleRef llvm_module = ac_translate_nir_to_llvm(tm, nir, nir_count, shader_info, in ac_compile_nir_shader() local
|