Searched refs:exec_list_is_empty (Results 1 – 18 of 18) sorted by relevance
355 exec_list_is_empty(const struct exec_list *list) in exec_list_is_empty() function373 return !exec_list_is_empty(list) ? list->head_sentinel.next : NULL; in exec_list_get_head_const()379 return !exec_list_is_empty(list) ? list->head_sentinel.next : NULL; in exec_list_get_head()397 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL; in exec_list_get_tail_const()403 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL; in exec_list_get_tail()475 if (exec_list_is_empty(list)) { in exec_list_move_nodes_to()493 if (exec_list_is_empty(source)) in exec_list_append()521 if (exec_list_is_empty(before)) in exec_node_insert_list_before()561 return exec_list_is_empty(this); in is_empty()
119 if (!exec_list_is_empty(&last_block->instr_list)) { in opt_constant_if()196 if (!exec_list_is_empty(&after->instr_list) && in loop_is_dead()247 if (exec_list_is_empty(&block->instr_list)) in ends_in_jump()306 if (!exec_list_is_empty(&next->instr_list) || in dead_cf_list()
49 if (!exec_list_is_empty(&else_block->instr_list)) in nir_opt_conditional_discard_block()55 if (exec_list_is_empty(&then_block->instr_list)) in nir_opt_conditional_discard_block()
74 assert(!exec_list_is_empty(&list.list)); in predicate_following()159 if (exec_list_is_empty(&list.list)) { in lower_returns_in_block()
216 if (exec_list_is_empty(&impl->registers)) in nir_lower_regs_to_ssa_impl()287 assert(exec_list_is_empty(&shader->registers)); in nir_lower_regs_to_ssa()
51 return !exec_list_is_empty(&block->instr_list) && in block_ends_in_jump()557 assert(exec_list_is_empty(&after->instr_list)); in stitch_blocks()713 if (exec_list_is_empty(&cf_list->list)) in nir_cf_reinsert()
141 while (!exec_list_is_empty(worklist)) { in nir_opt_dce_impl()
695 if (!exec_list_is_empty(&block->instr_list) && in validate_block()782 validate_assert(state, !exec_list_is_empty(&if_stmt->then_list)); in validate_if()783 validate_assert(state, !exec_list_is_empty(&if_stmt->else_list)); in validate_if()813 validate_assert(state, !exec_list_is_empty(&loop->body)); in validate_loop()1036 validate_assert(state, exec_list_is_empty(&impl->end_block->instr_list)); in validate_function_impl()
266 while (!exec_list_is_empty(&val->phis)) { in nir_phi_builder_finish()
493 while (!exec_list_is_empty(&state.instrs)) { in opt_gcm_impl()
537 assert(exec_list_is_empty(&nblk->instr_list)); in clone_block()644 if (exec_list_is_empty(&src->list)) in nir_cf_list_clone()
404 exec_list_is_empty(&nir_cf_node_as_block(unroll_loc)->instr_list)); in complex_unroll()
296 if (exec_list_is_empty(&block->instr_list)) in ends_in_break()
879 if (exec_list_is_empty(&cursor.block->instr_list)) { in reduce_cursor()980 assert(exec_list_is_empty(&cursor.block->instr_list)); in nir_instr_insert()
216 if (exec_list_is_empty(&block->instr_list)) in lower_if_else_block()
173 assert(exec_list_is_empty(&nir->uniforms)); in blorp_compile_fs()
3631 if (!exec_list_is_empty(&if_stmt->else_list)) in visit_if()3644 if (!exec_list_is_empty(&if_stmt->else_list)) { in visit_if()
1893 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()