Home
last modified time | relevance | path

Searched defs:Strides (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDelinearization.cpp52 SmallVectorImpl<const SCEV *> &Strides; member
175 SmallVector<const SCEV *, 4> Strides; in collectParametricTerms() local
H A DVectorUtils.cpp1095 const ValueToValueMap &Strides) { in collectConstStrideAccesses()
1174 const ValueToValueMap &Strides = LAI->getSymbolicStrides(); in analyzeInterleaving() local
H A DLoopAccessAnalysis.cpp753 const ValueToValueMap &Strides, Value *Ptr, Type *AccessTy, in isNoWrap()
1778 const ValueToValueMap &Strides) { in isDependent()
1973 const ValueToValueMap &Strides) { in areDepsSafe()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp450 const ValueToValueMap &Strides = in isConsecutivePtr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2692 SmallSetVector<const SCEV *, 4> Strides; in CollectInterestingTypesAndFactors() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7283 MapNonContiguousArrayTy Strides; member