Lines Matching refs:representation
388 MachineRepresentation rep = machine_type.representation();
391 !machine()->UnalignedLoadSupported(machine_type.representation())
512 MachineRepresentation rep = access.machine_type.representation();
534 access.machine_type.representation(), write_barrier_kind)));
568 node, machine()->Store(StoreRepresentation(machine_type.representation(),
576 StoreRepresentation representation = StoreRepresentationOf(node->op());
580 node, object, value, state, representation.write_barrier_kind());
581 if (write_barrier_kind != representation.write_barrier_kind()) {
584 representation.representation(), write_barrier_kind)));
592 ElementSizeLog2Of(access.machine_type.representation());