vc4: Keep an array of pointers to instructions defining the temps around.
authorEric Anholt <eric@anholt.net>
Thu, 19 Feb 2015 21:22:31 +0000 (13:22 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 20 Feb 2015 07:35:17 +0000 (23:35 -0800)
commit85316d059c899ac096331251de6b233229aa0b4f
tree27431fdde4bf5bcc03c52b2c3f94c16bb19f04a8
parent877b48a531adc397493e508e509aba2918915349
vc4: Keep an array of pointers to instructions defining the temps around.

The optimization passes are always regenerating it and throwing it away,
but it's not hard to keep track of.
src/gallium/drivers/vc4/vc4_opt_algebraic.c
src/gallium/drivers/vc4/vc4_opt_copy_propagation.c
src/gallium/drivers/vc4/vc4_opt_dead_code.c
src/gallium/drivers/vc4/vc4_opt_small_immediates.c
src/gallium/drivers/vc4/vc4_opt_vpm_writes.c
src/gallium/drivers/vc4/vc4_qir.c
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c