Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp679 unsigned DepSetId, unsigned ASId, ValueToValueMap &Strides);
890 ValueToValueMap Strides; member in __anond293faa00111::LoopVectorizationLegality
1560 unsigned ASId, ValueToValueMap &Strides) { in insert() argument
1562 const SCEV *Sc = replaceSymbolicStrideSCEV(SE, Strides, Ptr); in insert()
1698 if (!Strides.count(Gep)) in isConsecutivePtr()
1710 Last = replaceSymbolicStrideSCEV(SE, Strides, in isConsecutivePtr()
3992 Strides[Ptr] = Stride; in collectStridedAccess()
4070 Loop *TheLoop, ValueToValueMap &Strides,
4119 static bool hasComputableBounds(ScalarEvolution *SE, ValueToValueMap &Strides, in hasComputableBounds() argument
4121 const SCEV *PtrScev = replaceSymbolicStrideSCEV(SE, Strides, Ptr); in hasComputableBounds()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7415 SmallVectorImpl<const SCEV *> &Strides; member
7418 : SE(SE), Strides(S) {} in SCEVCollectStrides()
7422 Strides.push_back(AR->getStepRecurrence(SE)); in follow()
7454 SmallVector<const SCEV *, 4> Strides; in collectParametricTerms() local
7455 SCEVCollectStrides StrideCollector(SE, Strides); in collectParametricTerms()
7460 for (const SCEV *S : Strides) in collectParametricTerms()
7464 for (const SCEV *S : Strides) { in collectParametricTerms()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2381 SmallSetVector<const SCEV *, 4> Strides; in CollectInterestingTypesAndFactors() local
2397 Strides.insert(AR->getStepRecurrence(SE)); in CollectInterestingTypesAndFactors()
2407 I = Strides.begin(), E = Strides.end(); I != E; ++I) in CollectInterestingTypesAndFactors()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1575 unsigned Strides = (FloatVT.getSizeInBits()-1)/LoadTy.getSizeInBits(); in ExpandFCOPYSIGN() local
1576 unsigned ByteOffset = (Strides * LoadTy.getSizeInBits()) / 8; in ExpandFCOPYSIGN()