mesa/src/freedreno/ir3
Connor Abbott 2768a35e41 ir3: Add pass to remove unreachable blocks
Rather than continue to add special cases for these, just clean them up.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12033>
2021-08-20 10:37:36 +00:00
..
tests freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
.dir-locals.el ir3: Update .editorconfig and .dir-locals.el 2021-07-12 20:57:21 +00:00
.editorconfig ir3: Update .editorconfig and .dir-locals.el 2021-07-12 20:57:21 +00:00
disasm-a3xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
instr-a3xx.h ir3: Delete old packed struct encoding 2021-07-29 23:20:18 +00:00
ir3.c ir3: Add pass to remove unreachable blocks 2021-08-20 10:37:36 +00:00
ir3.h ir3: Add pass to remove unreachable blocks 2021-08-20 10:37:36 +00:00
ir3_a4xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_a6xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_array_to_ssa.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_assembler.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_assembler.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_cf.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_compiler.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
ir3_compiler.h freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
ir3_compiler_nir.c ir3: Add pass to remove unreachable blocks 2021-08-20 10:37:36 +00:00
ir3_context.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_context.h tu, freedreno/a6xx, ir3: Rewrite tess PrimID handling 2021-08-05 16:35:41 +00:00
ir3_cp.c freedreno/ir3: Add float immed "FLUT" support 2021-07-13 14:40:30 +00:00
ir3_cp_postsched.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_cse.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_dce.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_delay.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_disk_cache.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
ir3_dominance.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_image.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_image.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_legalize.c freedreno/ir3: Apply the a6xx samgq workaround to TES/TCS/GS as well. 2021-08-19 21:21:45 +00:00
ir3_lexer.l ir3: add newly found shlg.b16 instruction 2021-07-09 13:00:29 +00:00
ir3_liveness.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_lower_parallelcopy.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_lower_subgroups.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_merge_regs.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir.c freedreno/ir3: Align driver param upload size/offset for indirect uploads. 2021-08-19 14:43:06 -07:00
ir3_nir.h freedreno/ir3/lower_io_offsets: Drop gpu_id param 2021-08-06 18:51:50 +00:00
ir3_nir_analyze_ubo_ranges.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_imul.py python: drop python2 support 2021-08-14 21:44:32 +00:00
ir3_nir_lower_io_offsets.c freedreno/ir3/lower_io_offsets: Drop gpu_id param 2021-08-06 18:51:50 +00:00
ir3_nir_lower_load_barycentric_at_offset.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_load_barycentric_at_sample.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_tess.c freedreno/ir3: use nir_metadata_none instead of its value 2021-08-19 08:15:41 +00:00
ir3_nir_lower_tex_prefetch.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_tg4_to_tex.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_move_varying_inputs.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_trig.py python: drop python2 support 2021-08-14 21:44:32 +00:00
ir3_parser.y ir3: Add missing include to ir3_parser.y 2021-07-12 20:57:21 +00:00
ir3_postsched.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_print.c ir3/print: Manual formatting fixups 2021-07-12 20:57:21 +00:00
ir3_ra.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_ra.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_ra_validate.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_remove_unreachable.c ir3: Add pass to remove unreachable blocks 2021-08-20 10:37:36 +00:00
ir3_sched.c freedreno/ir3: Reduce choose_instr_dec() and _inc() overhead. 2021-07-19 23:16:54 +00:00
ir3_shader.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
ir3_shader.h freedreno/ir3: Use the resinfo path for ssbo sizes on GL, too. 2021-08-18 00:15:18 +00:00
ir3_spill.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_validate.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
meson.build ir3: Add pass to remove unreachable blocks 2021-08-20 10:37:36 +00:00
regmask.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00