Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1634 bool IsConsecutive = true; in sortPtrAccesses() local
1647 IsConsecutive &= std::next(It) == Offsets.end(); in sortPtrAccesses()
1650 if (!IsConsecutive) { in sortPtrAccesses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4496 bool IsConsecutive = true; in calculateRtStride() local
4520 IsConsecutive = IsConsecutive && std::next(Res.first) == Offsets.end(); in calculateRtStride()
4526 if (!IsConsecutive) { in calculateRtStride()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12093 bool IsConsecutive = (Hi8 - Low8 == 1); in addresses16Bits() local
12100 return IsConsecutive && Is16Aligned; in addresses16Bits()