Searched refs:exec_list_is_empty (Results 1 – 20 of 20) sorted by relevance
354 exec_list_is_empty(const struct exec_list *list) in exec_list_is_empty() function372 return !exec_list_is_empty(list) ? list->head_sentinel.next : NULL; in exec_list_get_head_const()378 return !exec_list_is_empty(list) ? list->head_sentinel.next : NULL; in exec_list_get_head()396 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL; in exec_list_get_tail_const()402 return !exec_list_is_empty(list) ? list->tail_sentinel.prev : NULL; in exec_list_get_tail()474 if (exec_list_is_empty(list)) { in exec_list_move_nodes_to()492 if (exec_list_is_empty(source)) in exec_list_append()520 if (exec_list_is_empty(before)) in exec_node_insert_list_before()560 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()288 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()
735 if (!exec_list_is_empty(&block->instr_list) && in validate_block()822 validate_assert(state, !exec_list_is_empty(&if_stmt->then_list)); in validate_if()823 validate_assert(state, !exec_list_is_empty(&if_stmt->else_list)); in validate_if()853 validate_assert(state, !exec_list_is_empty(&loop->body)); in validate_loop()1076 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()
423 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()
916 if (exec_list_is_empty(&cursor.block->instr_list)) { in reduce_cursor()1017 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()
175 assert(exec_list_is_empty(&nir->uniforms)); in blorp_compile_fs()
1235 assert(!exec_list_is_empty(&brw->perfquery.sample_buffers)); in brw_begin_perf_query()
1611 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()
1920 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()
5291 if (!exec_list_is_empty(&if_stmt->else_list)) { in visit_if()