Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_peephole_select.c313 nir_phi_get_src_from_block(phi, nir_if_first_else_block(if_stmt)); in nir_opt_collapse_if()
318 nir_phi_get_src_from_block(nir_instr_as_phi(src->parent_instr), in nir_opt_collapse_if()
345 nir_phi_get_src_from_block(phi, nir_if_first_else_block(if_stmt)); in nir_opt_collapse_if()
348 nir_phi_get_src_from_block(nir_instr_as_phi(src->parent_instr), in nir_opt_collapse_if()
Dnir_opt_if.c681nir_phi_get_src_from_block(nir_instr_as_phi(bcsel->src[entry_src].src.ssa->parent_instr), in opt_simplify_bcsel_of_phi()
685nir_phi_get_src_from_block(nir_instr_as_phi(bcsel->src[continue_src].src.ssa->parent_instr), in opt_simplify_bcsel_of_phi()
Dnir.h2456 nir_phi_get_src_from_block(nir_phi_instr *phi, struct nir_block *block) in nir_phi_get_src_from_block() function
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst803 - nir: add nir_phi_get_src_from_block() helper