Searched refs:foreach_dst_n (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.h | 127 foreach_dst_n(__dstreg, __n, __instr) \
|
H A D | ir3_delay.c | 268 foreach_dst_n (dst, dst_n, assigner) { in delay_calc() function
|
H A D | ir3_postsched.c | 480 foreach_dst_n (reg, i, node->instr) { in calculate_deps()
|
H A D | ir3.h | 1613 #define foreach_dst_n(__dstreg, __n, __instr) \ macro 1622 #define foreach_dst(__dstreg, __instr) foreach_dst_n (__dstreg, __i, __instr)
|
Completed in 6 milliseconds