Home
last modified time | relevance | path

Searched refs:llvm_context (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dutils_test.cc35 llvm::LLVMContext llvm_context; in TEST() local
38 tensorflow::io::JoinPath(test_srcdir, kSaxpyIRFile), &llvm_context); in TEST()
Dutils.cc42 llvm::LLVMContext* llvm_context) { in LoadIRModule() argument
46 diagnostic_err, *llvm_context)); in LoadIRModule()
Dutils.h37 llvm::LLVMContext* llvm_context);
/external/tensorflow/tensorflow/compiler/aot/
Dembedded_protocol_buffers.cc118 llvm::LLVMContext llvm_context; in CreateEmbeddedProtocolBuffers() local
120 absl::make_unique<llvm::Module>("embedded_data_module", llvm_context); in CreateEmbeddedProtocolBuffers()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc602 auto llvm_context = absl::make_unique<llvm::LLVMContext>(); in RunBackend() local
604 absl::make_unique<llvm::Module>("__compute_module", *llvm_context); in RunBackend()
804 llvm::LLVMContext llvm_context; in CompileAheadOfTime() local
805 llvm::Module llvm_module("__compute_module", llvm_context); in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc640 llvm::LLVMContext llvm_context; in RunBackend() local
649 llvm_context.setDiagnosticHandlerCallBack(DiagnosticHandler, &printer); in RunBackend()
651 llvm::Module llvm_module(module->name().c_str(), llvm_context); in RunBackend()
Dir_emitter_unnested.cc159 llvm::LLVMContext& llvm_context = llvm_module->getContext(); in UpdateLaunchDimensions() local
161 llvm::IntegerType::get(llvm_context, /*NumBits=*/32), in UpdateLaunchDimensions()
166 llvm_context, in UpdateLaunchDimensions()
168 llvm::MDString::get(llvm_context, "reqntidx"), in UpdateLaunchDimensions()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h473 draw_llvm_create(struct draw_context *draw, LLVMContextRef llvm_context);