Searched refs:foreach_instr_safe (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_postsched.c | 653 foreach_instr_safe (instr, &ctx->unscheduled_list) { in sched_block() 676 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block() 680 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block() 731 foreach_instr_safe (instr, &block->instr_list) { in cleanup_self_movs()
|
H A D | ir3_remove_unreachable.c | 50 foreach_instr_safe (instr, &block->instr_list) { in delete_block()
|
H A D | ir3_array_to_ssa.c | 264 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()
|
H A D | ir3_legalize.c | 147 foreach_instr_safe (n, &instr_list) { in legalize_block() 394 foreach_instr_safe (n, &instr_list) { in apply_fine_deriv_macro() 831 foreach_instr_safe (instr, &block->instr_list) { in kill_sched() 876 foreach_instr_safe (instr, &instr_list) { in nop_sched()
|
H A D | ir3_dce.c | 73 foreach_instr_safe (instr, &block->instr_list) { in remove_unused_by_block()
|
H A D | ir3_sched.c | 1202 foreach_instr_safe (instr, &ctx->unscheduled_list) { in sched_block() 1220 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block() 1224 foreach_instr_safe (instr, &ctx->unscheduled_list) in sched_block()
|
H A D | ir3_lower_spill.c | 218 foreach_instr_safe (instr, &block->instr_list) { in ir3_lower_spill()
|
H A D | ir3_lower_parallelcopy.c | 525 foreach_instr_safe (instr, &block->instr_list) { in ir3_lower_copies()
|
H A D | ir3.h | 1681 #define foreach_instr_safe(__instr, __list) \ macro
|
H A D | ir3_spill.c | 1979 foreach_instr_safe (instr, &block->instr_list) { in cleanup_dead()
|
H A D | ir3_compiler_nir.c | 4556 foreach_instr_safe (instr, &block->instr_list) { in collect_tex_prefetches()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_shader.h | 59 #define foreach_instr_safe(__instr, __list) \ macro
|
/third_party/mesa3d/src/freedreno/ir3/tests/ |
H A D | delay.c | 134 foreach_instr_safe (instr, &block->instr_list) { in fixup_wrmask()
|
Completed in 19 milliseconds