Lines Matching refs:MachineRepresentation
21 ::testing::tuple<MachineRepresentation, T> > {
23 MachineRepresentation representation() const { in representation()
30 ::testing::tuple<MachineRepresentation, T> > B;
36 const MachineRepresentation kMachineReps[] = {MachineRepresentation::kWord32,
37 MachineRepresentation::kWord64};
47 const MachineRepresentation kRepresentationsForStore[] = {
48 MachineRepresentation::kFloat32, MachineRepresentation::kFloat64,
49 MachineRepresentation::kWord8, MachineRepresentation::kWord16,
50 MachineRepresentation::kWord32, MachineRepresentation::kWord64,
51 MachineRepresentation::kTagged};
111 ::testing::tuple<MachineRepresentation, WriteBarrierKind> > {
117 MachineRepresentation, WriteBarrierKind> >::GetParam()), in GetParam()
120 MachineRepresentation, WriteBarrierKind> >::GetParam())); in GetParam()
274 MachineRepresentation word_type() { in word_type()
281 TRACED_FOREACH(MachineRepresentation, machine_rep1, kMachineReps) { in TEST_F()
283 TRACED_FOREACH(MachineRepresentation, machine_rep2, kMachineReps) { in TEST_F()
337 MachineRepresentation word_rep() { in word_rep()
345 TRACED_FOREACH(MachineRepresentation, machine_rep1, kMachineReps) { in TEST_F()
347 TRACED_FOREACH(MachineRepresentation, machine_rep2, kMachineReps) { in TEST_F()
378 MachineOperatorBuilder machine(zone(), MachineRepresentation::kWord32); in TEST_F()
400 MachineOperatorBuilder machine(zone(), MachineRepresentation::kWord64); in TEST_F()