Home | History | Annotate | Download | only in compiler

Lines Matching refs:store_op

206         const Operator* store_op;
210 store_op = machine()->Store(StoreRepresentation(
214 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32);
221 high_node = graph()->NewNode(store_op, base, index_high,
227 high_node = graph()->NewNode(store_op, base, index_high,
233 NodeProperties::ChangeOp(node, store_op);