Lines Matching refs:MachineRepresentation
58 const MachineRepresentation kMachineRepresentations[] = {
59 MachineRepresentation::kBit, MachineRepresentation::kWord8,
60 MachineRepresentation::kWord16, MachineRepresentation::kWord32,
61 MachineRepresentation::kWord64, MachineRepresentation::kFloat32,
62 MachineRepresentation::kFloat64, MachineRepresentation::kTagged};
283 TRACED_FOREACH(MachineRepresentation, rep, kMachineRepresentations) { in TEST_F()
311 common()->Phi(MachineRepresentation::kTagged, 2), p0, p0, loop); in TEST_F()
332 common()->Phi(MachineRepresentation::kFloat32, 2), vtrue, vfalse, merge); in TEST_F()
352 common()->Phi(MachineRepresentation::kFloat64, 2), vtrue, vfalse, merge); in TEST_F()
370 common()->Phi(MachineRepresentation::kFloat32, 2), p1, p0, merge); in TEST_F()
388 common()->Phi(MachineRepresentation::kFloat64, 2), p1, p0, merge); in TEST_F()
406 common()->Phi(MachineRepresentation::kFloat32, 2), p0, p1, merge); in TEST_F()
424 common()->Phi(MachineRepresentation::kFloat64, 2), p0, p1, merge); in TEST_F()
448 Node* phi = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in TEST_F()
469 TRACED_FOREACH(MachineRepresentation, rep, kMachineRepresentations) { in TEST_F()
483 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F()
495 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F()
507 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F()
519 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F()
531 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in TEST_F()
543 common()->Select(MachineRepresentation::kTagged), TrueConstant(), p0, p1); in TEST_F()
555 graph()->NewNode(common()->Select(MachineRepresentation::kFloat32), check, in TEST_F()
568 graph()->NewNode(common()->Select(MachineRepresentation::kFloat64), check, in TEST_F()
581 common()->Select(MachineRepresentation::kFloat32), check, p1, p0); in TEST_F()
593 common()->Select(MachineRepresentation::kFloat64), check, p1, p0); in TEST_F()
605 common()->Select(MachineRepresentation::kFloat32), check, p0, p1); in TEST_F()
617 common()->Select(MachineRepresentation::kFloat64), check, p0, p1); in TEST_F()