Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_spill.c188 struct ir3_instruction *last_spill = NULL; in add_spill_reload_deps() local
192 last_spill) { in add_spill_reload_deps()
193 ir3_instr_add_dep(instr, last_spill); in add_spill_reload_deps()
197 last_spill = instr; in add_spill_reload_deps()
201 last_spill = NULL; in add_spill_reload_deps()
205 last_spill) { in add_spill_reload_deps()
206 ir3_instr_add_dep(last_spill, instr); in add_spill_reload_deps()
210 last_spill = instr; in add_spill_reload_deps()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c934 midgard_instruction *last_spill = NULL; in mir_spill_register() local
998 last_spill->mask |= write_mask; in mir_spill_register()
1000 last_spill->swizzle[0][c] = c; in mir_spill_register()
1004 last_spill = mir_insert_instruction_after_scheduled(ctx, block, ins, st); in mir_spill_register()

Completed in 3 milliseconds