Searched defs:Strides (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 173 SCEVCollectStrides StrideCollector(SE, Strides); in collectParametricTerms() local 50 SmallVectorImpl<const SCEV *> &Strides; global() member
|
H A D | VectorUtils.cpp | 1097 collectConstStrideAccesses(MapVector<Instruction *,StrideDescriptor> & AccessStrideInfo,const DenseMap<Value *,const SCEV * > & Strides) collectConstStrideAccesses() argument 1177 const auto &Strides = LAI->getSymbolicStrides(); analyzeInterleaving() local
|
H A D | LoopAccessAnalysis.cpp | 838 isNoWrap(PredicatedScalarEvolution & PSE,const DenseMap<Value *,const SCEV * > & Strides,Value * Ptr,Type * AccessTy,Loop * L) isNoWrap() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 459 const auto &Strides = isConsecutivePtr() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2272 MapNonContiguousArrayTy Strides; global() member
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 4280 const auto &Strides = DenseMap<Value *, const SCEV *>(); containsDecreasingPointers() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2891 SmallSetVector<const SCEV *, 4> Strides; CollectInterestingTypesAndFactors() local
|