HomeSort by relevance Sort by last modified time
    Searched defs:Stride (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 56 ;// Stride RN 1 ;// destination stride in bytes
61 Stride RN 1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 56 ;// Stride RN 1 ;// destination stride in bytes
61 Stride RN 1
  /external/eigen/Eigen/src/Core/
Stride.h 15 /** \class Stride
22 * It holds two values: the inner stride and the outer stride.
24 * The inner stride is the pointer increment between two consecutive entries within a given row of a
27 * The outer stride is the pointer increment between two consecutive rows of a row-major matrix or
34 * \param _OuterStrideAtCompileTime the outer stride, or Dynamic if you want to specify it at runtime.
35 * \param _InnerStrideAtCompileTime the inner stride, or Dynamic if you want to specify it at runtime.
44 class Stride
54 Stride()
61 Stride(Index outerStride, Index innerStride
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 249 int Stride = 1;
251 Stride = -1;
280 Dst += Stride;
281 Src += Stride;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 492 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8;
497 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride),
503 DAG.getIntPtrConstant(Stride));
547 // Store Stride in bytes
548 unsigned Stride = ScalarSize/8;
558 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,
562 DAG.getIntPtrConstant(Stride));
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 792 // Check to see if the stride matches the size of the store. If so, then we
795 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1));
797 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
798 // TODO: Could also handle negative stride here someday, that will require
801 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
802 dbgs() << "NEGATIVE STRIDE: " << *SI << "\n";
814 // If the stored value is a strided load in the same loop with the same stride
854 // Check to see if the stride matches the size of the memset. If so, then w
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 528 /// 0 - Stride is unknown or non consecutive.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 238 milliseconds