Searched defs:ac_llvm (Results 1 – 1 of 1) sorted by relevance
2387 ac_translate_nir_to_llvm(struct ac_llvm_compiler *ac_llvm, struct nir_shader *const *shaders, in ac_translate_nir_to_llvm()2611 struct ac_llvm_compiler *ac_llvm) in radv_llvm_compile()2628 ac_compile_llvm_module(struct ac_llvm_compiler *ac_llvm, LLVMModuleRef llvm_module, in ac_compile_llvm_module()2676 radv_compile_nir_shader(struct ac_llvm_compiler *ac_llvm, struct radv_shader_binary **rbinary, in radv_compile_nir_shader()2776 radv_compile_gs_copy_shader(struct ac_llvm_compiler *ac_llvm, struct nir_shader *geom_shader, in radv_compile_gs_copy_shader()2819 struct ac_llvm_compiler ac_llvm; in llvm_compile_shader() local