Lines Matching defs:NumBitsPerElt

6015   unsigned NumBitsPerElt = VT.getScalarSizeInBits();
6016 if ((NumBitsPerElt % 8) != 0 || (NumSizeInBits % 8) != 0)
6020 unsigned NumBytesPerElt = NumBitsPerElt / 8;
6135 NumBitsPerElt == 64 && NumSizeInBits == 512 &&
6298 DAG.ComputeNumSignBits(N0, EltsLHS, Depth + 1) <= NumBitsPerElt) ||
6300 DAG.ComputeNumSignBits(N1, EltsRHS, Depth + 1) <= NumBitsPerElt))
6306 N0.getConstantOperandAPInt(1) == NumBitsPerElt) {
6311 N1.getConstantOperandAPInt(1) == NumBitsPerElt) {
6316 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt);
6359 unsigned Scale = NumBitsPerSrcElt / NumBitsPerElt;
6360 assert((NumBitsPerSrcElt % NumBitsPerElt) == 0 && "Illegal truncation");
6395 if (NumBitsPerElt <= ShiftVal) {
6424 uint64_t RotateVal = N.getConstantOperandAPInt(1).urem(NumBitsPerElt);
6468 assert((NumBitsPerElt % NumBitsPerSrcElt) == 0 && "Unexpected extension");
6469 unsigned Scale = NumBitsPerElt / NumBitsPerSrcElt;
6489 DecodeZeroExtendMask(SrcVT.getScalarSizeInBits(), NumBitsPerElt, NumElts,
49912 unsigned NumBitsPerElt = VT.getScalarSizeInBits();
49913 assert(VT == N0.getValueType() && (NumBitsPerElt % 8) == 0 &&
49924 if (ShiftVal >= NumBitsPerElt) {
49927 ShiftVal = NumBitsPerElt - 1;
49948 if (NewShiftVal >= NumBitsPerElt) {
49953 NewShiftVal = NumBitsPerElt - 1;
49979 if (Opcode == X86ISD::VSRAI && NumBitsPerElt == 32 && ShiftVal == 31 &&
50001 if (!getTargetConstantBitsFromNode(V, NumBitsPerElt, UndefElts, EltBits,
50047 if (TLI.SimplifyDemandedBits(SDValue(N, 0), APInt::getAllOnes(NumBitsPerElt),
50073 unsigned NumBitsPerElt = VT.getScalarSizeInBits();
50076 APInt::getAllOnes(NumBitsPerElt), DCI))
55783 unsigned NumBitsPerElt = SrcVT.getScalarSizeInBits();
55789 if (getTargetConstantBitsFromNode(Src, NumBitsPerElt, UndefElts, EltBits,
55867 if (getTargetConstantBitsFromNode(SrcBC.getOperand(1), NumBitsPerElt,