Searched refs:x2xN (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 2049 # Optimize away x2xN(a@N) 2052 x2xN = '{0}2{0}{1}'.format(t[0], N) variable 2054 optimizations.append(((x2xN, aN), a)) 2056 # Optimize x2xN(y2yM(a@P)) -> y2yN(a) for integers 2066 x2xN = '{0}2{0}{1}'.format(x, N) variable 2069 optimizations.append(((x2xN, (y2yM, a)), (y2yN, a))) 2083 x2xN = '{0}2{0}{1}'.format(x, N) variable 2086 optimizations.append(((x2xN, (x2xM, aP)), (x2xN, a))) 2094 x2xN variable 2112 x2xN = '{0}2{0}{1}'.format(t[0], N) global() variable 2195 x2xN = '{0}2{0}{1}'.format(x, N) global() variable 2767 x2xN = '{0}2{0}{1}'.format(x, N) global() variable [all...] |
Completed in 4 milliseconds