Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_merge_flow.c94 if (list_is_singular(&block->instructions)) in merge_end_reconverge()
216 if (list_is_singular(&block->instructions)) continue; in va_merge_flow()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search_helpers.h344 if (!zero_if_use && list_is_singular(&instr->dest.dest.ssa.uses)) in is_used_once()
347 if (!zero_use && list_is_singular(&instr->dest.dest.ssa.if_uses)) in is_used_once()
350 if (!list_is_singular(&instr->dest.dest.ssa.if_uses) && in is_used_once()
351 !list_is_singular(&instr->dest.dest.ssa.uses)) in is_used_once()
H A Dnir_opt_intrinsics.c43 !list_is_singular(&shuffle->dest.ssa.uses)) in src_is_single_use_shuffle()
H A Dnir_opt_if.c496 !list_is_singular(&alu->dest.dest.ssa.uses)) in opt_split_alu_of_phi()
/third_party/mesa3d/src/panfrost/util/
H A Dnir_mod_helpers.c96 if (!list_is_singular(&dest->ssa.uses)) in pan_has_dest_mod()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c70 if (!list_is_singular(&block->node_list)) in optimize_branches()
H A Dlower.c132 if (list_is_singular(&child->succ_list) && in gpir_lower_neg()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h393 static inline int list_is_singular(const struct list_head *head) in list_is_singular() function
415 if (list_is_singular(head) && in list_cut_position()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h467 return list_is_singular(&node->succ_list) in ppir_node_has_single_succ()
480 return list_is_singular(&node->pred_list); in ppir_node_has_single_pred()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dssa_def_bits_used_tests.cpp53 return list_is_singular(&def->uses) && in is_used_once()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c155 if (list_is_singular(&load_const->def.uses) && in any_alu_src_is_a_constant()
/third_party/mesa3d/src/util/
H A Dlist.h132 static inline bool list_is_singular(const struct list_head *list) in list_is_singular() function
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c618 if (!list_is_singular(&block->instr_list)) in opt_jump()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c580 !list_is_singular(&scoreboard->dag->heads)) { in choose_instruction_to_schedule()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c1049 assert(list_is_singular(&allocator->memfd_pool[i].free_regions)); in nine_allocator_destroy()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1092 !list_is_singular(&scoreboard->dag->heads)) { in choose_instruction_to_schedule()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1122 || list_is_singular(&ish->variants)) in iris_debug_recompile()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c1573 if (list_is_singular(&hole->list)) { in radv_free_shader_memory()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c764 if (!list_is_empty(if_uses) || !list_is_singular(uses)) in ntt_try_store_in_tgsi_output()

Completed in 30 milliseconds