Lines Matching refs:MachineRepresentation
39 const MachineRepresentation kMachineRepresentations[] = {
40 MachineRepresentation::kBit, MachineRepresentation::kWord8,
41 MachineRepresentation::kWord16, MachineRepresentation::kWord32,
42 MachineRepresentation::kWord64, MachineRepresentation::kFloat32,
43 MachineRepresentation::kFloat64, MachineRepresentation::kTagged};
194 common()->Phi(MachineRepresentation::kTagged, 2), v0, v1, merge); in TEST_F()
221 common()->Phi(MachineRepresentation::kTagged, 4), v0, v1, v2, v3, merge); in TEST_F()
231 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F()
279 common()->Phi(MachineRepresentation::kTagged, 2), v0, v1, loop); in TEST_F()
308 common()->Phi(MachineRepresentation::kTagged, 4), v0, v1, v2, v3, loop); in TEST_F()
318 IsPhi(MachineRepresentation::kTagged, v0, v3, r.replacement())); in TEST_F()
329 TRACED_FOREACH(MachineRepresentation, rep, kMachineRepresentations) { in TEST_F()