Lines Matching full:reducer
10 #include "src/compiler/machine-operator-reducer.h"
100 MachineOperatorReducer reducer(&jsgraph);
101 Reduction reduction = reducer.Reduce(n);
112 MachineOperatorReducer reducer(&jsgraph);
113 Reduction reduction = reducer.Reduce(n);
124 MachineOperatorReducer reducer(&jsgraph);
125 Reduction reduction = reducer.Reduce(n);
139 MachineOperatorReducer reducer(&jsgraph);
140 Reduction r = reducer.Reduce(n);
154 MachineOperatorReducer reducer(&jsgraph);
155 Reduction r = reducer.Reduce(n);
162 // Check that if the given constant appears on the left, the reducer will
171 MachineOperatorReducer reducer(&jsgraph);
172 Reduction reduction = reducer.Reduce(n);
179 MachineOperatorReducer reducer(&jsgraph);
180 Reduction reduction = reducer.Reduce(n);
187 // Check that if the given constant appears on the left, the reducer will
195 MachineOperatorReducer reducer(&jsgraph);
196 Reduction reduction = reducer.Reduce(n);
665 MachineOperatorReducer reducer(&R.jsgraph);
666 Reduction reduction = reducer.Reduce(load);
674 MachineOperatorReducer reducer(&R.jsgraph);
675 Reduction reduction = reducer.Reduce(store);