Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp243 int Stride = 1; in moveOperands() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp590 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; in ExpandLoad() local
646 unsigned Stride = ScalarSize/8; in ExpandStore() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp794 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); in processLoopStore() local
855 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSparseMultiSet.h352 const unsigned Stride = std::numeric_limits<SparseT>::max() + 1u; in findIndex() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1108 static unsigned getNextVectorRegister(unsigned Reg, unsigned Stride = 1) { in getNextVectorRegister()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3965 Value *Stride = U->getValue(); in getStrideFromPointer() local
3986 Value *Stride = getStrideFromPointer(Ptr, SE, DL, TheLoop); in collectStridedAccess() local
4529 int64_t Stride = StepVal / Size; in isStridedPtr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7017 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() local
7186 const SCEV *Stride = getNegativeSCEV(IV->getStepRecurrence(*this)); in HowManyGreaterThans() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6347 unsigned Stride; in EmitVAArg() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24902 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); in PerformSTORECombine() local