summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_peephole_select.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+1
* nir: add support for user defined select controlTimothy Arceri2019-03-271-1/+11
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-1/+6
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-8/+31
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-10/+27
* nir: Switch to using 1-bit Booleans for almost everythingJason Ekstrand2018-12-161-1/+1
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-1/+1
* nir: allow opt_peephole_select to handle nir_instr_type_derefTimothy Arceri2018-07-181-0/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* nir: Remove deref chain support from opt_peephole_selectJason Ekstrand2018-06-221-11/+2
* nir: Consider deref instructions in opt_peephole_selectJason Ekstrand2018-06-221-2/+11
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-1/+1
* nir/opt_peephole_select: Pass around the actual nir_shaderJason Ekstrand2016-12-301-4/+5
* nir: Remove some no longer needed assertsJason Ekstrand2016-10-061-1/+0
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-7/+4
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-221-28/+54
* nir: Allow opt_peephole_select to work on empty blocks.Eric Anholt2016-08-031-7/+0
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-4/+4
* nir/opt_peephole_select: fixup for new foreach_block()Connor Abbott2016-04-281-23/+14
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+256