Home
last modified time | relevance | path

Searched refs:IsConsecutive (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1687 bool IsConsecutive = true; in sortPtrAccesses() local
1701 IsConsecutive &= std::next(It) == Offsets.end(); in sortPtrAccesses()
1704 if (!IsConsecutive) { in sortPtrAccesses()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1445 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5661 bool IsConsecutive = true; in calculateRtStride() local
5685 IsConsecutive = IsConsecutive && std::next(Res.first) == Offsets.end(); in calculateRtStride()
5691 if (!IsConsecutive) { in calculateRtStride()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12863 bool IsConsecutive = (Hi8 - Low8 == 1); in addresses16Bits() local
12870 return IsConsecutive && Is16Aligned; in addresses16Bits()