summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_search.c
Commit message (Expand)AuthorAgeFilesLines
* nir/algebraic: Add support for unsized conversion opcodesJason Ekstrand2018-12-051-6/+84
* nir/algebraic: Rewrite bit-size inferenceConnor Abbott2018-12-051-129/+17
* nir/search: Use the nir_imm_* helpers from nir_builderJason Ekstrand2018-10-261-82/+29
* nir/algebraic: Use bool internally instead of bool32Jason Ekstrand2018-10-221-6/+3
* nir/search: Use nir_src_is_const and friendsJason Ekstrand2018-10-221-57/+13
* nir: prepare for bumping up max components to 16Karol Herbst2018-07-171-4/+4
* nir/search: Include 8 and 16-bit support in construct_valueJose Maria Casanova Crespo2018-03-011-0/+15
* nir/search: Support 8 and 16-bit constants in match_valueJason Ekstrand2018-03-011-0/+20
* nir/search: Use the correct bit size for integer comparisonsJason Ekstrand2017-01-211-32/+16
* nir/algebraic: add support for conditional helper functions to expressionsTimothy Arceri2017-01-121-0/+3
* nir/search: Only allow matching SSA valuesJason Ekstrand2017-01-111-5/+11
* nir: zero allocated memory where neededJuha-Pekka Heikkila2016-10-311-1/+1
* nir/search: Extend 'a@bool' to handle a couple of system values.Kenneth Graunke2016-08-181-0/+7
* nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().Kenneth Graunke2016-08-181-31/+19
* nir/search: Introduce a src_is_type() helper for 'a@type' handling.Kenneth Graunke2016-08-181-13/+29
* nir/algebraic: support for power-of-two optimizationsRob Clark2016-06-031-0/+3
* nir/search: Respect the bit_size parameter on nir_search_valueJason Ekstrand2016-04-271-0/+14
* nir: Add missing break into switch in construct_value()Juha-Pekka Heikkila2016-04-261-0/+1
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-3/+2
* nir: Use PRIi64 and PRIu64 instead of %ld and %lu.Kenneth Graunke2016-04-041-2/+3
* nir/search: Don't match inexact expressions with exact subexpressionsJason Ekstrand2016-04-041-5/+18
* nir: fix dangling ssadef->name ptrsRob Clark2016-03-241-3/+3
* nir/algebraic: Allow for flagging operations as being inexactJason Ekstrand2016-03-231-0/+4
* nir/search: Propagate exactness into newly created expressionsJason Ekstrand2016-03-231-4/+5
* nir: propagate bitsize information in nir_searchConnor Abbott2016-03-171-21/+223
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-2/+3
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-5/+5
* nir: move to compiler/Emil Velikov2016-01-261-0/+379