Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c63 block_check_for_allowed_instrs(nir_block *block, unsigned *count, in block_check_for_allowed_instrs() function
334 if (!block_check_for_allowed_instrs(first, &count, limit != 0, in nir_opt_collapse_if()
423 if (!block_check_for_allowed_instrs(then_block, &count, limit, in nir_opt_peephole_select_block()
425 !block_check_for_allowed_instrs(else_block, &count, limit, in nir_opt_peephole_select_block()
440 * calling block_check_for_allowed_instrs() in nir_opt_peephole_select_block()

Completed in 2 milliseconds