Lines Matching full:eltsize
8498 const unsigned EltSize = EltVT.getSizeInBits();
8502 if (V0EltSize <= EltSize)
8505 assert(((V0EltSize % EltSize) == 0) &&
8509 const unsigned Scale = V0EltSize / EltSize;
8524 DAG.getConstant(OffsetIdx * EltSize, DL, Scalar.getValueType()));
8663 unsigned EltSize = VT.getScalarSizeInBits();
8664 if (((BroadcastIdx * EltSize) % 128) != 0)
8667 MVT ExtVT = MVT::getVectorVT(VT.getScalarType(), 128 / EltSize);
24831 unsigned EltSize = SrcVT.getSizeInBits() / NumElts;
24832 ShuffleVT = FloatDomain ? MVT::getFloatingPointVT(EltSize)
24833 : MVT::getIntegerVT(EltSize);
26400 unsigned EltSize = ElementType.getSizeInBits() / 8;
26404 uint64_t Offset = EltSize * i;