mesa/src/amd/llvm
Faith Ekstrand 65b6ac8aa4 nir: Rename nir_instr_type_ssa_undef to nir_instr_type_undef
We already renamed the type, we just need to rename the enum and the
casting helper functions.

Generated with sed:

    sed -i -e 's/nir_instr_type_ssa_undef/nir_instr_type_undef/g' src/**/*.h src/**/*.c src/**/*.cpp
    sed -i -e 's/nir_instr_as_ssa_undef/nir_instr_as_undef/g' src/**/*.h src/**/*.c src/**/*.cpp

and two tiny whitespace fixups in lima.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24703>
2023-08-15 17:44:27 +00:00
..
ac_llvm_build.c ac/llvm: fix wave32 ac_build_mbcnt_add with 64-bit mask 2023-07-17 11:21:35 +00:00
ac_llvm_build.h compiler: Move from nir_scope to mesa_scope 2023-06-19 23:29:26 +00:00
ac_llvm_helper.cpp ac/llvm: fix AC_TM_CHECK_IR 2023-07-17 11:21:34 +00:00
ac_llvm_util.c ac/llvm: set +cumode for radeonsi 2023-06-11 08:25:45 +00:00
ac_llvm_util.h ac/llvm: set +cumode for radeonsi 2023-06-11 08:25:45 +00:00
ac_nir_to_llvm.c nir: Rename nir_instr_type_ssa_undef to nir_instr_type_undef 2023-08-15 17:44:27 +00:00
ac_nir_to_llvm.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_shader_abi.h ac/llvm,radeonsi: lower nir_load_user_data_amd in abi 2023-06-13 03:41:02 +00:00
meson.build ac/radv: decouple radv vulkan driver and compiler from gallium 2023-08-03 09:45:42 +00:00