index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir_search_helpers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/algebraic: add patterns for a >> #b << #b
Rhys Perry
2020-01-29
1
-0
/
+26
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-4
/
+4
*
nir/search: fix the PoT helpers
Rob Clark
2019-10-18
1
-3
/
+6
*
nir/search: Fix possible NULL dereference in is_fsign
Ian Romanick
2019-10-17
1
-1
/
+1
*
nir: Keep the range analysis HT around intra-pass until we make a change.
Eric Anholt
2019-10-04
1
-22
/
+30
*
nir/range-analysis: Rudimentary value range analysis pass
Ian Romanick
2019-08-05
1
-0
/
+49
*
nir/algebraic: Reassociate fadd into fmul in DPH-like pattern
Ian Romanick
2019-07-11
1
-0
/
+24
*
nir/algebraic: Add helpers and a rule involving wrapping
Caio Marcelo de Oliveira Filho
2019-06-26
1
-0
/
+12
*
nir_algebraic: Add basic optimizations for umul_low and imadsh_mix16
Eduardo Lima Mitev
2019-06-07
1
-0
/
+46
*
nir/algebraic: Commute 1-fsat(a) to fsat(1-a) for all non-fmul instructions
Ian Romanick
2019-05-14
1
-0
/
+16
*
nir/algebraic: Eliminate useless fsat() on operand of comparison w/value in (...
Ian Romanick
2019-05-14
1
-0
/
+30
*
Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
Ian Romanick
2019-05-14
1
-16
/
+0
*
nir/algebraic: Push unary operations into source operands of fsat source
Ian Romanick
2019-05-14
1
-0
/
+19
*
nir: Add partial redundancy elimination for compares
Ian Romanick
2019-03-28
1
-0
/
+27
*
nir/algebraic: Replace i2b used by bcsel or if-statement with comparison
Ian Romanick
2019-03-01
1
-0
/
+6
*
nir/search_helpers: Use nir_src_is_const and friends
Jason Ekstrand
2018-10-22
1
-27
/
+22
*
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
1
-9
/
+4
*
nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditional
Ian Romanick
2018-03-26
1
-15
/
+0
*
nir: Silence unused parameter warnings
Ian Romanick
2018-01-10
1
-2
/
+2
*
nir: shuffle constants to the top
Timothy Arceri
2017-04-24
1
-0
/
+12
*
nir: add flt comparision simplification
Timothy Arceri
2017-04-24
1
-0
/
+15
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
1
-2
/
+2
*
nir: optimise min/max fadd combos
Timothy Arceri
2017-01-14
1
-0
/
+22
*
nir: don't turn ieq/ine into inot if used by an if
Timothy Arceri
2017-01-12
1
-0
/
+6
*
nir: add late opt to turn inot/b2f combos back to bcsel
Timothy Arceri
2017-01-12
1
-0
/
+16
*
nir: Move fsat outside of fmin/fmax if second arg is 0 to 1.
Matt Turner
2016-12-12
1
-0
/
+23
*
nir/algebraic: support for power-of-two optimizations
Rob Clark
2016-06-03
1
-0
/
+94