summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_builder.h
Commit message (Expand)AuthorAgeFilesLines
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+1
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+1
* nir/builder: Add a helper for creating undefsJason Ekstrand2016-03-281-0/+14
* nir/builder: Add a helper for storing to variable derefsJason Ekstrand2016-03-281-0/+16
* nir/builder: Add a helper for building fdot instructionsJason Ekstrand2016-03-281-0/+17
* nir/builder: Add helpers for easily inserting copy_var intrinsicsJason Ekstrand2016-03-241-0/+23
* nir/builder: Add a helper for inserting jump instructionsJason Ekstrand2016-03-241-0/+7
* nir/builder: Add a flag for setting exactJason Ekstrand2016-03-231-0/+9
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-5/+28
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-10/+10
* nir: use const_index helpersRob Clark2016-02-091-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+364