Searched refs:IsAnyTagged (Results 1 – 13 of 13) sorted by relevance
73 if (IsAnyTagged(from)) return IsAnyTagged(to); in Subsumes()577 (IsAnyTagged(from) && IsAnyTagged(to.representation()))); in TruncateAndExtend()
598 IsAnyTagged(StoreRepresentationOf(node->op()) in Run()601 IsAnyTagged(AtomicStoreParametersOf(node->op()) in Run()989 return IsAnyTagged(actual); in IsCompatible()1001 return IsAnyTagged(actual); in IsCompatible()
112 IsAnyTagged(representation) in MarkNodeInputs()
495 } else if (IsAnyTagged(output_rep) && in GetTaggedPointerRepresentationFor()665 } else if (IsAnyTagged(output_rep)) { in GetFloat32RepresentationFor()748 } else if (IsAnyTagged(output_rep)) { in GetFloat64RepresentationFor()916 } else if (IsAnyTagged(output_rep)) { in GetWord32RepresentationFor()1223 } else if (IsAnyTagged(output_rep) && in GetWord64RepresentationFor()
142 return IsAnyTagged(r1) && IsAnyTagged(r2); in IsCompatible()915 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField()979 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField()
216 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedLoad()229 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedStore()
850 return IsAnyTagged(representation); in IsNodeRepresentationTagged()1297 if (IsAnyTagged(rep)) { in DeoptMachineTypeOf()
3905 if (COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)) { in GetSafeStoreOperator()8580 if (IsAnyTagged(param)) continue; in BuildLocations()8591 if (!IsAnyTagged(param)) continue; in BuildLocations()
358 inline bool IsAnyTagged(MachineRepresentation rep) { in IsAnyTagged() function
92 (!COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)); in CanBeMemoryOperand()104 (IsAnyTagged(rep) || IsAnyCompressed(rep))); in CanBeMemoryOperand()2872 IsAnyTagged(load_rep.representation()) || in VisitWord32AtomicLoad()
159 (!COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)); in CanBeMemoryOperand()163 (COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)); in CanBeMemoryOperand()
1679 CHECK(IsAnyTagged(type.representation())); in DoComputeBuiltinContinuation()
87 return rep == MachineRepresentation::kWord32 || IsAnyTagged(rep); in CanBeMemoryOperand()