nir: Drop nir_alu_dest

Instead, we replace it directly with nir_def.  We could replace it with
nir_dest but the next commit gets rid of that so this avoids unnecessary
churn.  Most of this commit was generated by sed:

   sed -i -e 's/dest.dest.ssa/def/g' src/**/*.h src/**/*.c src/**/*.cpp

There were a few manual fixups required in the nir_legacy.c and
nir_from_ssa.c as nir_legacy_reg and nir_parallel_copy_entry both have a
similar pattern.

Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24674>
This commit is contained in:
Faith Ekstrand
2023-08-14 11:43:35 -05:00
committed by Marge Bot
parent 977999d836
commit 6c1d32581a
110 changed files with 676 additions and 685 deletions

View File

@@ -65,9 +65,6 @@ use in other instruction types like intrinsics or texture ops.
.. doxygenstruct:: nir_alu_src
:members:
.. doxygenstruct:: nir_alu_dest
:members:
NIR ALU Opcode Reference:
-------------------------