Home
last modified time | relevance | path

Searched defs:Stride (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp497 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; in ExpandLoad() local
554 unsigned Stride = ScalarSize/8; in ExpandStore() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp795 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopStore() local
856 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp254 int Stride = 1; in moveOperands() local
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DSparseMultiSet.h360 const unsigned Stride = std::numeric_limits<SparseT>::max() + 1u; in findIndex() local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp6340 bool ScalarEvolution::doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnLT()
6369 bool ScalarEvolution::doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride, in doesIVOverflowOnGT()
6429 const SCEV *Stride = IV->getStepRecurrence(*this); in HowManyLessThans() local
6499 const SCEV *Stride = getNegativeSCEV(IV->getStepRecurrence(*this)); in HowManyGreaterThans() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3629 int64_t Stride = StepVal / Size; in isStridedPtr() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp5487 unsigned Stride; in EmitVAArg() local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp18293 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); in PerformSTORECombine() local