mesa/src/compiler/nir/tests
Emma Anholt 8485a78977 nir/algebraic: Move relocations for expression conds to a table.
This helps concentrate the dirty pages from the relocations, reduces how
many relocations there are, and reduces the size of each expression
(assuming expressions mostly don't have conditions or the conditions are
mostly reused).  Reduces libvulkan_intel.so size by 8.7kb.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13987>
2021-12-07 07:09:00 +00:00
..
algebraic_parser_test.py nir/algebraic: Move relocations for expression conds to a table. 2021-12-07 07:09:00 +00:00
algebraic_tests.cpp nir/tests: add tests for umod/imod/irem optimizations 2021-08-09 11:00:39 +00:00
builder_tests.cpp nir/builder: Add a name format arg to nir_builder_init_simple_shader(). 2020-11-11 08:50:29 -08:00
comparison_pre_tests.cpp nir/builder: Add a name format arg to nir_builder_init_simple_shader(). 2020-11-11 08:50:29 -08:00
control_flow_tests.cpp nir/builder: Add a name format arg to nir_builder_init_simple_shader(). 2020-11-11 08:50:29 -08:00
core_tests.cpp nir: Avoid visiting instructions multiple times in nir_instr_free_and_dce. 2021-09-09 21:35:03 +00:00
dce_tests.cpp nir/tests: add DCE test for loops following a jump 2021-11-29 22:22:24 +00:00
load_store_vectorizer_tests.cpp nir/opt_load_store_vectorize: fix check_for_robustness() with deref access 2021-06-28 15:15:42 +00:00
lower_returns_tests.cpp nir: Move phi src setup to a helper. 2021-08-13 16:11:57 +00:00
negative_equal_tests.cpp nir/tests: Fix transmuting an SSA dest to be non-SSA 2021-09-14 17:53:06 +00:00
opt_if_tests.cpp nir: Move phi src setup to a helper. 2021-08-13 16:11:57 +00:00
serialize_tests.cpp nir/tests: Initialize nir_serialize_test member dup. 2020-12-24 21:15:38 +00:00
ssa_def_bits_used_tests.cpp nir/range_analysis: Handle vectors better in ssa_def_bits_used 2021-02-22 22:37:17 +00:00
vars_tests.cpp nir: use intrinsic builders 2021-01-06 14:34:41 +00:00