Searched defs:Stride (Results 1 – 9 of 9) sorted by relevance
243 int Stride = 1; in moveOperands() local
590 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; in ExpandLoad() local646 unsigned Stride = ScalarSize/8; in ExpandStore() local
794 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopStore() local855 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local
352 const unsigned Stride = std::numeric_limits<SparseT>::max() + 1u; in findIndex() local
1108 static unsigned getNextVectorRegister(unsigned Reg, unsigned Stride = 1) { in getNextVectorRegister()
3965 Value *Stride = U->getValue(); in getStrideFromPointer() local3986 Value *Stride = getStrideFromPointer(Ptr, SE, DL, TheLoop); in collectStridedAccess() local4529 int64_t Stride = StepVal / Size; in isStridedPtr() local
7017 bool ScalarEvolution::doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnLT()7046 bool ScalarEvolution::doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnGT()7106 const SCEV *Stride = IV->getStepRecurrence(*this); in HowManyLessThans() local7186 const SCEV *Stride = getNegativeSCEV(IV->getStepRecurrence(*this)); in HowManyGreaterThans() local
6347 unsigned Stride; in EmitVAArg() local
24902 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); in PerformSTORECombine() local