Home
last modified time | relevance | path

Searched refs:foreach_instr_from (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c1613 foreach_instr_from (instr, first_instr, &block->instr_list) { in helper_sched()
H A Dir3_shared_ra.c464 foreach_instr_from (instr, before, &block->instr_list) { in spill_interval()
H A Dir3.h1958 #define foreach_instr_from(__instr, __start, __list) \ macro