nir: s/live_ssa_def/live_def/
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 15 Aug 2023 15:11:43 +0000 (10:11 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Aug 2023 17:44:27 +0000 (17:44 +0000)
commit43be4129d2460f59d4af4f121c51afea6f481597
tree834b90f0538379046750b25d99ffb89ebae544c1
parentb781dd6200931bb1398e07c555281d9cfa93fd8c
nir: s/live_ssa_def/live_def/

Generated mostly with sed:

    sed -i -e 's/live_ssa_def/live_def/g' src/compiler/nir/nir.h src/compiler/nir/*.c

Plus three fixups in various Intel drivers.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24703>
20 files changed:
src/compiler/nir/nir.c
src/compiler/nir/nir.h
src/compiler/nir/nir_deref.c
src/compiler/nir/nir_from_ssa.c
src/compiler/nir/nir_liveness.c
src/compiler/nir/nir_lower_clip_cull_distance_arrays.c
src/compiler/nir/nir_lower_discard_or_demote.c
src/compiler/nir/nir_lower_global_vars_to_local.c
src/compiler/nir/nir_lower_io.c
src/compiler/nir/nir_lower_shader_calls.c
src/compiler/nir/nir_lower_variable_initializers.c
src/compiler/nir/nir_metadata.c
src/compiler/nir/nir_opt_access.c
src/compiler/nir/nir_opt_barriers.c
src/compiler/nir/nir_opt_load_store_vectorize.c
src/compiler/nir/nir_opt_move.c
src/compiler/nir/nir_propagate_invariant.c
src/gallium/drivers/crocus/crocus_program.c
src/gallium/drivers/iris/iris_program.c
src/intel/compiler/brw_nir_blockify_uniform_loads.c