Lines Matching refs:NElts
2098 int NElts = Mask.size(); in getVectorShuffle() local
2100 [&](int M) { return M < (NElts * 2) && M >= -1; }) && in getVectorShuffle()
2109 for (int i = 0; i != NElts; ++i) in getVectorShuffle()
2110 if (MaskVec[i] >= NElts) MaskVec[i] -= NElts; in getVectorShuffle()
2126 for (int i = 0; i < NElts; ++i) { in getVectorShuffle()
2127 if (MaskVec[i] < Offset || MaskVec[i] >= (Offset + NElts)) in getVectorShuffle()
2144 BlendSplat(N2BV, NElts); in getVectorShuffle()
2151 for (int i = 0; i != NElts; ++i) { in getVectorShuffle()
2152 if (MaskVec[i] >= NElts) { in getVectorShuffle()
2177 for (int i = 0; i != NElts; ++i) { in getVectorShuffle()
2181 if (Identity && NElts) in getVectorShuffle()
2232 for (int i = 0; i != NElts; ++i) in getVectorShuffle()
2242 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle()
8212 unsigned NElts = LargestVT.getSizeInBits() / VT.getSizeInBits(); in getMemsetStores() local
8213 EVT SVT = EVT::getVectorVT(*DAG.getContext(), VT.getScalarType(), NElts); in getMemsetStores()