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

/external/eigen/Eigen/src/Core/
H A DStride.h15 /** \class Stride
44 class Stride class in namespace:Eigen
54 Stride() function in class:Eigen::Stride
61 Stride(Index outerStride, Index innerStride) function in class:Eigen::Stride
68 Stride(const Stride& other) function in class:Eigen::Stride
82 /** \brief Convenience specialization of Stride to specify only an inner stride
85 class InnerStride : public Stride<0, Value>
87 typedef Stride<0, Value> Base;
94 /** \brief Convenience specialization of Stride t
[all...]
H A DPlainObjectBase.h481 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, const Stride<Outer, Inner>& stride) argument
482 { return typename StridedConstMapType<Stride<Outer, Inner> >::type(data, stride); }
484 static inline typename StridedMapType<Stride<Outer, Inner> >::type Map(Scalar* data, const Stride<Outer, Inner>& stride) argument
485 { return typename StridedMapType<Stride<Outer, Inner> >::type(data, stride); }
487 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, Index size, const Stride<Outer, Inner>& stride) argument
488 { return typename StridedConstMapType<Stride<Outer, Inner> >::type(data, size, stride); }
490 static inline typename StridedMapType<Stride<Oute argument
493 Map(const Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) argument
496 Map(Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) argument
500 MapAligned(const Scalar* data, const Stride<Outer, Inner>& stride) argument
503 MapAligned(Scalar* data, const Stride<Outer, Inner>& stride) argument
506 MapAligned(const Scalar* data, Index size, const Stride<Outer, Inner>& stride) argument
509 MapAligned(Scalar* data, Index size, const Stride<Outer, Inner>& stride) argument
512 MapAligned(const Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) argument
515 MapAligned(Scalar* data, Index rows, Index cols, const Stride<Outer, Inner>& stride) argument
[all...]
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp249 int Stride = 1; local
251 Stride = -1;
280 Dst += Stride;
281 Src += Stride;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp492 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; local
497 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride),
503 DAG.getIntPtrConstant(Stride));
547 // Store Stride in bytes
548 unsigned Stride = ScalarSize/8; local
558 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,
562 DAG.getIntPtrConstant(Stride));
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp795 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); local
797 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
801 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
856 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); local
860 if (Stride == 0 || MSI->getLength() != Stride->getValue())
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp528 /// 0 - Stride is unknown or non consecutive.
3302 int64_t Stride = StepVal / Size; local
3311 Stride != 1 && Stride != -1)
3314 return Stride;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1553 GLsizei Stride; /**< user-specified stride */ member in struct:gl_client_array
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17497 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); local
17499 SDValue Ptr1 = DAG.getNode(ISD::ADD, dl, Ptr0.getValueType(), Ptr0, Stride);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1553 GLsizei Stride; /**< user-specified stride */ member in struct:gl_client_array
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 557 milliseconds