Home | History | Annotate | Download | only in compiler

Lines Matching refs:MachineRepresentation

22     Signature<MachineRepresentation>* signature)
107 Signature<MachineRepresentation>* signature, int old_index) {
112 if (signature->GetParam(i) == MachineRepresentation::kSimd128) {
130 Signature<MachineRepresentation>* signature) {
133 if (signature->GetReturn(i) == MachineRepresentation::kSimd128) {
149 void SimdScalarLowering::LowerLoadOp(MachineRepresentation rep, Node* node,
151 if (rep == MachineRepresentation::kSimd128) {
181 void SimdScalarLowering::LowerStoreOp(MachineRepresentation rep, Node* node,
184 if (rep == MachineRepresentation::kSimd128) {
267 MachineRepresentation::kSimd128) {
279 MachineRepresentation rep =
291 MachineRepresentation rep =
303 MachineRepresentation rep =
310 MachineRepresentation::kWord32, write_barrier_kind));
313 MachineRepresentation::kFloat32, write_barrier_kind));
319 MachineRepresentation rep = UnalignedStoreRepresentationOf(node->op());
322 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32);
324 store_op = machine()->UnalignedStore(MachineRepresentation::kFloat32);
363 MachineRepresentation rep = PhiRepresentationOf(node->op());
364 if (rep == MachineRepresentation::kSimd128) {
500 MachineRepresentation rep = PhiRepresentationOf(phi->op());
501 if (rep == MachineRepresentation::kSimd128) {
522 common()->Phi(MachineRepresentation::kWord32, value_count),
526 common()->Phi(MachineRepresentation::kFloat32, value_count),