Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.h52 LLVMContextRef llvm_ctx; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c111 LLVMContextRef llvm_ctx; in si_llvm_compile() local
121 llvm_ctx = LLVMGetModuleContext(M); in si_llvm_compile()
123 LLVMContextSetDiagnosticHandler(llvm_ctx, si_diagnostic_handler, &diag); in si_llvm_compile()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c6993 LLVMContextRef llvm_ctx; in ac_llvm_compile() local
7000 llvm_ctx = LLVMGetModuleContext(M); in ac_llvm_compile()
7002 LLVMContextSetDiagnosticHandler(llvm_ctx, ac_diagnostic_handler, in ac_llvm_compile()