Lines Matching defs:NumBitsPerElt
5816 unsigned NumBitsPerElt = VT.getScalarSizeInBits();
5817 if ((NumBitsPerElt % 8) != 0 || (NumSizeInBits % 8) != 0)
5821 unsigned NumBytesPerElt = NumBitsPerElt / 8;
5936 NumBitsPerElt == 64 && NumSizeInBits == 512 &&
6099 DAG.ComputeNumSignBits(N0, EltsLHS, Depth + 1) <= NumBitsPerElt) ||
6101 DAG.ComputeNumSignBits(N1, EltsRHS, Depth + 1) <= NumBitsPerElt))
6107 N0.getConstantOperandAPInt(1) == NumBitsPerElt) {
6112 N1.getConstantOperandAPInt(1) == NumBitsPerElt) {
6117 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt);
6160 unsigned Scale = NumBitsPerSrcElt / NumBitsPerElt;
6161 assert((NumBitsPerSrcElt % NumBitsPerElt) == 0 && "Illegal truncation");
6172 if (NumBitsPerElt <= ShiftVal) {
6201 uint64_t RotateVal = N.getConstantOperandAPInt(1).urem(NumBitsPerElt);
6245 assert((NumBitsPerElt % NumBitsPerSrcElt) == 0 && "Unexpected extension");
6246 unsigned Scale = NumBitsPerElt / NumBitsPerSrcElt;
6266 DecodeZeroExtendMask(SrcVT.getScalarSizeInBits(), NumBitsPerElt, NumElts,
48700 unsigned NumBitsPerElt = VT.getScalarSizeInBits();
48701 assert(VT == N0.getValueType() && (NumBitsPerElt % 8) == 0 &&
48712 if (ShiftVal >= NumBitsPerElt) {
48715 ShiftVal = NumBitsPerElt - 1;
48736 if (NewShiftVal >= NumBitsPerElt) {
48741 NewShiftVal = NumBitsPerElt - 1;
48767 if (Opcode == X86ISD::VSRAI && NumBitsPerElt == 32 && ShiftVal == 31 &&
48789 if (!getTargetConstantBitsFromNode(V, NumBitsPerElt, UndefElts, EltBits,
48835 if (TLI.SimplifyDemandedBits(SDValue(N, 0), APInt::getAllOnes(NumBitsPerElt),
48861 unsigned NumBitsPerElt = VT.getScalarSizeInBits();
48864 APInt::getAllOnes(NumBitsPerElt), DCI))
54501 unsigned NumBitsPerElt = SrcVT.getScalarSizeInBits();
54507 if (getTargetConstantBitsFromNode(Src, NumBitsPerElt, UndefElts, EltBits,
54585 if (getTargetConstantBitsFromNode(SrcBC.getOperand(1), NumBitsPerElt,