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

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search_helpers.h155 if (!zero_if_use && list_is_singular(&instr->dest.dest.ssa.uses))
158 if (!zero_use && list_is_singular(&instr->dest.dest.ssa.if_uses))
161 if (!list_is_singular(&instr->dest.dest.ssa.if_uses) &&
162 !list_is_singular(&instr->dest.dest.ssa.uses))
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dnir_mod_helpers.c96 if (!list_is_singular(&dest->ssa.uses))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_intrinsics.c43 !list_is_singular(&shuffle->dest.ssa.uses))
H A Dnir_search_helpers.h303 if (!zero_if_use && list_is_singular(&instr->dest.dest.ssa.uses))
306 if (!zero_use && list_is_singular(&instr->dest.dest.ssa.if_uses))
309 if (!list_is_singular(&instr->dest.dest.ssa.if_uses) &&
310 !list_is_singular(&instr->dest.dest.ssa.uses))
H A Dnir_opt_if.c497 !list_is_singular(&alu->dest.dest.ssa.uses))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c70 if (!list_is_singular(&block->node_list))
H A Dlower.c132 if (list_is_singular(&child->succ_list) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dppir.h348 return list_is_singular(&node->succ_list);
358 return list_is_singular(&node->pred_list);
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_list.h441 static inline int list_is_singular(const struct list *list) function in typeref:typename:int
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_list.h420 static inline int list_is_singular(const struct list *list) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dssa_def_bits_used_tests.cpp53 return list_is_singular(&def->uses) &&
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c157 if (list_is_singular(&load_const->def.uses) &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c155 if (list_is_singular(&load_const->def.uses) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dppir.h418 return list_is_singular(&node->succ_list)
431 return list_is_singular(&node->pred_list);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dlist.h112 static inline bool list_is_singular(const struct list_head *list) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h125 static inline bool list_is_singular(const struct list_head *list) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.4.rst210 - util: fix list_is_singular()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dlower.c232 if (list_is_singular(&child->succ_list) &&
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c577 if (!list_is_singular(&block->instr_list))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c580 !list_is_singular(&scoreboard->dag->heads)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c580 !list_is_singular(&scoreboard->dag->heads)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c1049 assert(list_is_singular(&allocator->memfd_pool[i].free_regions));
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_schedule.c718 !list_is_singular(&scoreboard->dag->heads)) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c1052 !list_is_singular(&scoreboard->dag->heads)) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c1240 if (list_is_singular(&hole->list)) {

Completed in 27 milliseconds

12