Home
last modified time | relevance | path

Searched refs:llvm_ctx (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.h89 LLVMContextRef llvm_ctx; member
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp733 std::unique_ptr<LLVMContext> llvm_ctx { new LLVMContext }; in clc_compile_to_llvm_module() local
734 llvm_ctx->setDiagnosticHandlerCallBack(llvm_log_handler, &log); in clc_compile_to_llvm_module()
851 clang::EmitLLVMOnlyAction act(llvm_ctx.get()); in clc_compile_to_llvm_module()
858 return { act.takeModule(), std::move(llvm_ctx) }; in clc_compile_to_llvm_module()
978 std::unique_ptr<LLVMContext> llvm_ctx{ new LLVMContext }; in clc_spir_to_spirv() local
980 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef(spir_ref, "<spir>"), *llvm_ctx); in clc_spir_to_spirv()
984 return llvm_mod_to_spirv(std::move(mod.get()), std::move(llvm_ctx), NULL, logger, out_spirv); in clc_spir_to_spirv()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2614 LLVMContextRef llvm_ctx; in radv_llvm_compile() local
2617 llvm_ctx = LLVMGetModuleContext(M); in radv_llvm_compile()
2619 LLVMContextSetDiagnosticHandler(llvm_ctx, ac_diagnostic_handler, &retval); in radv_llvm_compile()
/third_party/skia/src/core/
DSkVM.cpp167 std::unique_ptr<llvm::LLVMContext> llvm_ctx; member
3008 fImpl->llvm_ctx = std::move(ctx); in setupLLVM()
3052 fImpl->llvm_ctx.reset(nullptr); in dropJIT()