Lines Matching refs:algebraic
1942 - r600/sfn: run late algebraic optimizations
2558 - nir/algebraic: fold some nested comparisons with ball and bany
3047 - nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not available
3139 - nir/algebraic: Avoid creating new fp64 ops when using softfp64
3370 - nir/algebraic: trivially enable existing 32-bit patterns for all bit sizes
3371 - nir/algebraic: add 16-bit versions of a few 32-bit patterns
3423 - nir/algebraic: add flrp patterns for 16 and 64 bits
3424 - nir/algebraic: expand existing 32-bit patterns to all bit sizes using loops
3428 - nir/algebraic: collapse conversion opcodes (many patterns)
3429 - nir/algebraic: add late optimizations that optimize out mediump conversions (v3)
3516 - nir/algebraic: always lower idiv to shifts if bitops are allowed
4121 - nir/algebraic: better propagate constants up fadd chains
4128 - radv: do nir_lower_bit_size after algebraic optimizations
4305 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
4418 - nir/algebraic: distribute imul(iadd(a, b), c) when b and c are constants
4420 - nir/algebraic: optimize bitfield_select(a, b, 0) to iand(a, b)