Searched refs:si_llvm_translate_nir (Results 1 – 3 of 3) sorted by relevance
544 static bool si_llvm_translate_nir(struct si_shader_context *ctx, struct si_shader *shader, in si_llvm_translate_nir() function829 if (!si_llvm_translate_nir(&ctx, shader, nir, false)) { in si_llvm_compile_shader()846 if (!si_llvm_translate_nir(&ctx, &prev_shader, nir, free_nir)) { in si_llvm_compile_shader()
2872 - radeonsi: don't use ctx.stage outside of si_llvm_translate_nir
3966 - radeonsi: try to group stage-specific code in si_llvm_translate_nir