Searched refs:block_check_for_allowed_instrs (Results 1 – 2 of 2) sorted by relevance
61 block_check_for_allowed_instrs(nir_block *block, unsigned *count, bool alu_ok) in block_check_for_allowed_instrs() function171 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()
91 block_check_for_allowed_instrs(nir_block *block) in block_check_for_allowed_instrs() function236 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()