Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c115 struct ir3_instruction *last_spill = NULL; in add_spill_reload_deps() local
119 last_spill) { in add_spill_reload_deps()
120 ir3_instr_add_dep(instr, last_spill); in add_spill_reload_deps()
124 last_spill = instr; in add_spill_reload_deps()
128 last_spill = NULL; in add_spill_reload_deps()
132 last_spill) { in add_spill_reload_deps()
133 ir3_instr_add_dep(last_spill, instr); in add_spill_reload_deps()
137 last_spill = instr; in add_spill_reload_deps()