Searched defs:Stride (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp254 int Stride = 1; local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp497 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; local
554 unsigned Stride = ScalarSize/8; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp795 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); local
856 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3629 int64_t Stride = StepVal / Size; local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18293 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); local

Completed in 244 milliseconds