Home
last modified time | relevance | path

Searched refs:block_check_for_allowed_instrs (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_peephole_select.c61 block_check_for_allowed_instrs(nir_block *block, unsigned *count, bool alu_ok) in block_check_for_allowed_instrs() function
171 if (!block_check_for_allowed_instrs(then_block, &count, limit != 0) || in nir_opt_peephole_select_block()
172 !block_check_for_allowed_instrs(else_block, &count, limit != 0)) in nir_opt_peephole_select_block()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_if_else.c91 block_check_for_allowed_instrs(nir_block *block) in block_check_for_allowed_instrs() function
236 if (!block_check_for_allowed_instrs(then_block) || in lower_if_else_block()
237 !block_check_for_allowed_instrs(else_block)) in lower_if_else_block()