Searched refs:other_rep (Results 1 – 2 of 2) sorted by relevance
181 MachineRepresentation other_rep, in GetAliases() argument186 DCHECK(other_rep == MachineRepresentation::kFloat32 || in GetAliases()187 other_rep == MachineRepresentation::kFloat64); in GetAliases()188 if (rep == other_rep) { in GetAliases()193 DCHECK(other_rep == MachineRepresentation::kFloat64); in GetAliases()199 DCHECK(other_rep == MachineRepresentation::kFloat32); in GetAliases()209 MachineRepresentation other_rep, in AreAliases() argument214 DCHECK(other_rep == MachineRepresentation::kFloat32 || in AreAliases()215 other_rep == MachineRepresentation::kFloat64); in AreAliases()216 if (rep == other_rep) { in AreAliases()[all …]
106 MachineRepresentation other_rep, int* alias_base_index) const;111 MachineRepresentation other_rep, int other_index) const;