Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c1760 struct ir3_instruction *old_pcopy = NULL; in insert_liveout_copy() local
1765 old_pcopy = last; in insert_liveout_copy()
1768 unsigned old_pcopy_srcs = old_pcopy ? old_pcopy->srcs_count : 0; in insert_liveout_copy()
1773 old_pcopy->dsts[i]->instr = pcopy; in insert_liveout_copy()
1774 pcopy->dsts[pcopy->dsts_count++] = old_pcopy->dsts[i]; in insert_liveout_copy()
1784 pcopy->srcs[pcopy->srcs_count++] = old_pcopy->srcs[i]; in insert_liveout_copy()
1793 if (old_pcopy) in insert_liveout_copy()
1794 list_del(&old_pcopy->node); in insert_liveout_copy()