/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 50 SmallVectorImpl<const SCEV *> &Strides; member 173 SmallVector<const SCEV *, 4> Strides; in collectParametricTerms() local
|
H A D | VectorUtils.cpp | 1066 collectConstStrideAccesses(MapVector<Instruction *,StrideDescriptor> & AccessStrideInfo,const DenseMap<Value *,const SCEV * > & Strides) collectConstStrideAccesses() argument 1146 const auto &Strides = LAI->getSymbolicStrides(); analyzeInterleaving() local
|
H A D | LoopAccessAnalysis.cpp | 836 isNoWrap(PredicatedScalarEvolution & PSE,const DenseMap<Value *,const SCEV * > & Strides,Value * Ptr,Type * AccessTy,Loop * L) isNoWrap() argument 1931 getDependenceDistanceStrideAndSize(const AccessAnalysis::MemAccessInfo & A,Instruction * AInst,const AccessAnalysis::MemAccessInfo & B,Instruction * BInst,const DenseMap<Value *,const SCEV * > & Strides,const DenseMap<Value *,SmallVector<const Value *,16>> & UnderlyingObjects,PredicatedScalarEvolution & PSE,const Loop * InnermostLoop) getDependenceDistanceStrideAndSize() argument 2001 isDependent(const MemAccessInfo & A,unsigned AIdx,const MemAccessInfo & B,unsigned BIdx,const DenseMap<Value *,const SCEV * > & Strides,const DenseMap<Value *,SmallVector<const Value *,16>> & UnderlyingObjects) isDependent() argument 2170 areDepsSafe(DepCandidates & AccessSets,MemAccessInfoList & CheckDeps,const DenseMap<Value *,const SCEV * > & Strides,const DenseMap<Value *,SmallVector<const Value *,16>> & UnderlyingObjects) areDepsSafe() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 459 const auto &Strides = in isConsecutivePtr() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1694 MapNonContiguousArrayTy Strides; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3979 const auto &Strides = DenseMap<Value *, const SCEV *>(); containsDecreasingPointers() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2699 SmallSetVector<const SCEV *, 4> Strides; CollectInterestingTypesAndFactors() local
|