HomeSort by relevance Sort by last modified time
    Searched refs:NumSubVectors (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 71 /// Breaks down a vector \p 'Inst' of N elements into \p NumSubVectors
73 void decompose(Instruction *Inst, unsigned NumSubVectors, VectorType *T,
169 Instruction *VecInst, unsigned NumSubVectors, VectorType *SubVecTy,
178 DL.getTypeSizeInBits(SubVecTy) * NumSubVectors &&
185 // Generate N(= NumSubVectors) shuffles of T(= SubVecTy) type.
186 for (unsigned i = 0; i < NumSubVectors; ++i)
199 unsigned int NumLoads = NumSubVectors;
208 NumLoads = NumSubVectors * (VecLength / 384);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 53 milliseconds