summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_loop_analyze.c
Commit message (Expand)AuthorAgeFilesLines
* nir: avoid uninitialized variable warningTimothy Arceri2019-01-071-1/+1
* nir: Switch to using 1-bit Booleans for almost everythingJason Ekstrand2018-12-161-14/+14
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-14/+14
* nir: remove unused variableAlejandro PiƱeiro2018-12-131-1/+0
* nir: detect more induction variablesTimothy Arceri2018-12-131-0/+36
* nir: reword code commentTimothy Arceri2018-12-131-2/+2
* nir: in loop analysis track actual control flow typeTimothy Arceri2018-12-131-13/+21
* nir: rework force_unroll_array_access()Timothy Arceri2018-12-131-14/+35
* nir: clarify some nit_loop_info member namesTimothy Arceri2018-12-101-7/+7
* nir: small tidy ups for nir_loop_analyze()Timothy Arceri2018-12-101-21/+10
* nir: add complex_loop bool to loop infoTimothy Arceri2018-08-291-2/+6
* nir: always attempt to find loop terminatorsTimothy Arceri2018-08-291-7/+7
* nir: fix selection of loop terminator when two or more have the same limitTimothy Arceri2018-06-301-2/+2
* nir: Remove deref chain support from analyze_loopsJason Ekstrand2018-06-221-56/+0
* nir: Support deref instructions in loop_analyzeJason Ekstrand2018-06-221-4/+47
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+1
* nir: move ends_in_break() helper to nir_loop_analyze.hTimothy Arceri2018-06-071-13/+2
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-2/+2
* nir: Delete unused arg in get_iterationElie TOURNIER2017-02-271-2/+2
* nir: fix loop iteration count calculation for floatsTimothy Arceri2017-01-041-2/+2
* nir: Add a loop analysis passThomas Helland2016-12-231-0/+844