Home | History | Annotate | Download | only in Utils

Lines Matching full:numelements

289     int NumElements = MaskTy->getVectorNumElements();

290 ShuffleMask.reserve(NumElements);
292 for (int i = 0; i < NumElements; ++i) {
342 int NumElements = VT.getVectorNumElements();
343 for (int i = 0; i < NumElements; ++i) {
347 int Bit = NumElements > 8 ? i % (128 / ElementBits) : i;
350 ShuffleMask.push_back(((Imm >> Bit) & 1) ? NumElements + i : i);
368 int NumElements = MaskTy->getVectorNumElements();
369 assert((NumElements == 2 || NumElements == 4 || NumElements == 8) &&
371 ShuffleMask.reserve(NumElements);
373 assert((unsigned)NumElements == CDS->getNumElements() &&
376 for (int i = 0; i < NumElements; ++i) {
384 assert((unsigned)NumElements == C->getNumOperands() &&
387 for (int i = 0; i < NumElements; ++i) {