summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_copy_propagate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use nir_src_rewrite_ssaAlyssa Rosenzweig2023-04-071-15/+2
* nir: Combine if_uses with instruction usesAlyssa Rosenzweig2023-04-071-5/+4
* spirv: run nir_copy_prop before nir_rematerialize_derefs_in_use_blocks_implRhys Perry2021-11-241-1/+1
* nir: Add a helper for chasing movs with nir_ssa_scalar().Emma Anholt2021-06-281-22/+1
* nir: Make nir_ssa_def_rewrite_uses take an SSA valueJason Ekstrand2021-03-081-1/+1
* nir/copy_prop: use nir_{instr,if}_rewrite_{src,condition}_ssaRhys Perry2021-03-011-4/+3
* nir/copy_prop: visit copies instead of sourcesRhys Perry2021-03-011-190/+98
* nir/copy_prop: remove unused copiesRhys Perry2021-03-011-2/+10
* nir/copy_propagate: Copy-prop into jump conditionsJason Ekstrand2020-09-301-0/+10
* nir: More NIR_MAX_VEC_COMPONENTS fixesJesse Natalie2020-09-091-1/+1
* nir: Call nir_metadata_preserve on !progressJason Ekstrand2020-06-111-3/+1
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+0
* nir: Copy propagate through vec8s and vec16sJason Ekstrand2020-03-311-3/+2
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-4/+2
* nir: use proper array sizing define for vectorsDave Airlie2019-04-031-4/+4
* nir: remove non-ssa support from nir_copy_prop()Timothy Arceri2019-02-211-36/+5
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-0/+4
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-1/+2
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-22/+0
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-33/+0
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-10/+52
* nir+drivers: add helpers to get # of src/dest componentsRob Clark2018-04-031-4/+1
* nir/copy_prop: Respect the source's number of componentsJason Ekstrand2017-03-141-33/+96
* nir: Fix copy_prop_src when src is an indirect access on a reg.Eric Anholt2016-06-261-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/opt_cp: fixup for new foreach_block()Connor Abbott2016-04-281-18/+10
* nir/opt_cp: use nir_block_get_following_if()Connor Abbott2016-04-271-7/+3
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+290