Searched refs:IsAnyTagged (Results 1 – 9 of 9) sorted by relevance
171 if (!IsAnyTagged(this->field_representation_) || in Merge()172 !IsAnyTagged(that->field_representation_)) { in Merge()
212 return IsAnyTagged(r1) && IsAnyTagged(r2); in IsCompatible()910 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField()959 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField()
516 } else if (IsAnyTagged(output_rep)) { in GetFloat32RepresentationFor()699 } else if (IsAnyTagged(output_rep)) { in GetWord32RepresentationFor()
744 return IsAnyTagged(representation); in IsNodeRepresentationTagged()1077 if (IsAnyTagged(rep)) { in DeoptMachineTypeOf()
267 inline bool IsAnyTagged(MachineRepresentation rep) { in IsAnyTagged() function
1531 CHECK(IsAnyTagged(type.representation())); in DoComputeBuiltinContinuation()
71 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep); in CanBeMemoryOperand()
158 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep); in CanBeMemoryOperand()
49 return rep == MachineRepresentation::kWord32 || IsAnyTagged(rep); in CanBeMemoryOperand()