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

  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 161 /// I.e. <0, NumSubElts, ... , NumSubElts*(Factor - 1), 1, NumSubElts + 1, ...>
175 unsigned NumSubElts = NumElts / Factor;
176 if (!isPowerOf2_32(NumSubElts))
185 (i % Factor) * NumSubElts + i / Factor)
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 567 unsigned NumSubElts = NumElts / Factor;
568 VectorType *SubVT = VectorType::get(VT->getElementType(), NumSubElts);
611 for (unsigned Elt = 0; Elt < NumSubElts; ++Elt)
637 for (unsigned i = 0; i < NumSubElts; i++)
643 for (unsigned i = 0; i < NumSubElts; i++)
659 for (unsigned i = 0; i < NumSubElts; i++)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 794 unsigned NumSubElts = NumElts / Factor;
795 VectorType *SubVT = VectorType::get(VT->getElementType(), NumSubElts);
837 for (unsigned Elt = 0; Elt < NumSubElts; ++Elt)
863 for (unsigned i = 0; i < NumSubElts; i++)
869 for (unsigned i = 0; i < NumSubElts; i++)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 282 unsigned NumSubElts = 64 / BitWidth;
285 for (unsigned i = 0; i != NumSubElts; ++i) {
286 unsigned SubEltIdx = (NumSubElts - 1) - i;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 331 unsigned NumSubElts = 64 / BitWidth;
334 for (unsigned i = 0; i != NumSubElts; ++i) {
335 unsigned SubEltIdx = (NumSubElts - 1) - i;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1796 milliseconds