Searched refs:other_rep (Results 1 – 3 of 3) sorted by relevance
387 MachineRepresentation other_rep, in GetAliases() argument390 DCHECK(IsFloatingPoint(rep) && IsFloatingPoint(other_rep)); in GetAliases()391 if (rep == other_rep) { in GetAliases()396 int other_rep_int = static_cast<int>(other_rep); in GetAliases()413 MachineRepresentation other_rep, in AreAliases() argument416 DCHECK(IsFloatingPoint(rep) && IsFloatingPoint(other_rep)); in AreAliases()417 if (rep == other_rep) { in AreAliases()421 int other_rep_int = static_cast<int>(other_rep); in AreAliases()
140 MachineRepresentation other_rep, int* alias_base_index) const;145 MachineRepresentation other_rep, int other_index) const;
81 MachineRepresentation other_rep = other_loc.representation(); in InterferesWith() local82 if (rep == other_rep) return EqualsCanonicalized(other); in InterferesWith()85 return GetRegConfig()->AreAliases(rep, loc.register_code(), other_rep, in InterferesWith()95 other_index_hi - (1 << ElementSizeLog2Of(other_rep)) / kPointerSize + 1; in InterferesWith()