Home
last modified time | relevance | path

Searched refs:foreach_instr_safe (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c646 foreach_instr_safe (instr, &ctx->unscheduled_list) { in sched_block()
669 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
673 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
732 foreach_instr_safe (instr, &block->instr_list) { in cleanup_self_movs()
Dir3_legalize.c136 foreach_instr_safe (n, &instr_list) { in legalize_block()
398 foreach_instr_safe (n, &instr_list) { in apply_fine_deriv_macro()
761 foreach_instr_safe (instr, &block->instr_list) { in kill_sched()
806 foreach_instr_safe (instr, &instr_list) { in nop_sched()
Dir3_array_to_ssa.c264 foreach_instr_safe (instr, &block->instr_list) { in ir3_array_to_ssa()
273 foreach_instr_safe (instr, &block->instr_list) { in ir3_array_to_ssa()
Dir3_remove_unreachable.c50 foreach_instr_safe (instr, &block->instr_list) { in delete_block()
Dir3_cp_postsched.c221 foreach_instr_safe (instr, &block->instr_list) { in ir3_cp_postsched()
Dir3_lower_spill.c145 foreach_instr_safe (instr, &block->instr_list) { in ir3_lower_spill()
Dir3_dce.c71 foreach_instr_safe (instr, &block->instr_list) { in remove_unused_by_block()
Dir3_sched.c1143 foreach_instr_safe (instr, &ctx->unscheduled_list) { in sched_block()
1161 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
1165 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
Dir3_lower_subgroups.c132 foreach_instr_safe (instr, &(*block)->instr_list) { in lower_block()
Dir3_delay.c420 foreach_instr_safe (instr, &block->instr_list) { in ir3_remove_nops()
Dir3_lower_parallelcopy.c525 foreach_instr_safe (instr, &block->instr_list) { in ir3_lower_copies()
Dir3.h1579 #define foreach_instr_safe(__instr, __list) \ macro
Dir3_spill.c1859 foreach_instr_safe (instr, &block->instr_list) { in cleanup_dead()
Dir3_compiler_nir.c3926 foreach_instr_safe (instr, &block->instr_list) { in collect_tex_prefetches()
/third_party/mesa3d/src/amd/
D.clang-format70 - foreach_instr_safe
/third_party/mesa3d/src/gallium/drivers/i915/
D.clang-format81 - foreach_instr_safe
/third_party/mesa3d/src/freedreno/
D.clang-format98 - foreach_instr_safe
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format98 - foreach_instr_safe
/third_party/mesa3d/src/amd/compiler/
D.clang-format76 - foreach_instr_safe
/third_party/mesa3d/src/freedreno/ir3/tests/
Ddelay.c129 foreach_instr_safe (instr, &block->instr_list) { in fixup_wrmask()