summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_loop_analyze.c
Commit message (Expand)AuthorAgeFilesLines
* 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