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

  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 143 /// I.e. <0, NumSubElts, ... , NumSubElts*(Factor - 1), 1, NumSubElts + 1, ...>
157 unsigned NumSubElts = NumElts / Factor;
158 if (!isPowerOf2_32(NumSubElts))
167 (i % Factor) * NumSubElts + i / Factor)
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 523 unsigned NumSubElts = NumElts / Factor;
524 VectorType *SubVT = VectorType::get(VT->getElementType(), NumSubElts);
548 for (unsigned i = 0; i < NumSubElts; i++)
554 for (unsigned i = 0; i < NumSubElts; i++)
570 for (unsigned i = 0; i < NumSubElts; i++)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 264 unsigned NumSubElts = 64 / BitWidth;
267 for (unsigned i = 0; i != NumSubElts; ++i) {
268 unsigned SubEltIdx = (NumSubElts - 1) - i;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 266 milliseconds