Searched refs:x2xN (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_algebraic.py | 1947 # Optimize away x2xN(a@N) 1950 x2xN = '{0}2{0}{1}'.format(t[0], N) variable 1952 optimizations.append(((x2xN, aN), a)) 1954 # Optimize x2xN(y2yM(a@P)) -> y2yN(a) for integers 1964 x2xN = '{0}2{0}{1}'.format(x, N) variable 1967 optimizations.append(((x2xN, (y2yM, a)), (y2yN, a))) 1981 x2xN = '{0}2{0}{1}'.format(x, N) variable 1984 optimizations.append(((x2xN, (x2xM, aP)), (x2xN, a))) 1992 x2xN variable 2010 x2xN = '{0}2{0}{1}'.format(t[0], N) variable 2093 x2xN = '{0}2{0}{1}'.format(x, N) variable 2624 x2xN = '{0}2{0}{1}'.format(x, N) variable [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_algebraic.py | 887 # Optimize away x2xN(a@N) 890 x2xN = '{0}2{0}{1}'.format(t[0], N) variable 892 optimizations.append(((x2xN, aN), a)) 894 # Optimize x2xN(y2yM(a@P)) -> y2yN(a) for integers 904 x2xN = '{0}2{0}{1}'.format(x, N) variable 907 optimizations.append(((x2xN, (y2yM, a)), (y2yN, a))) 921 x2xN = '{0}2{0}{1}'.format(x, N) variable 924 optimizations.append(((x2xN, (x2xM, aP)), (x2xN, a)))
|
Completed in 7 milliseconds