Searched refs:IsConsecutive (Results 1 – 4 of 4) sorted by relevance
1687 bool IsConsecutive = true; in sortPtrAccesses() local1701 IsConsecutive &= std::next(It) == Offsets.end(); in sortPtrAccesses()1704 if (!IsConsecutive) { in sortPtrAccesses()
1445 template <RegKind VectorKind, unsigned NumRegs, bool IsConsecutive = false>1450 (!IsConsecutive || (VectorList.Stride == 1)); in isImplicitlyTypedVectorList()1866 bool IsConsecutive = false>1869 assert((!IsConsecutive || (getVectorListStride() == 1)) && in addVectorListOperands()
5661 bool IsConsecutive = true; in calculateRtStride() local5685 IsConsecutive = IsConsecutive && std::next(Res.first) == Offsets.end(); in calculateRtStride()5691 if (!IsConsecutive) { in calculateRtStride()
12863 bool IsConsecutive = (Hi8 - Low8 == 1); in addresses16Bits() local12870 return IsConsecutive && Is16Aligned; in addresses16Bits()