Lines Matching refs:NumBitsPerElt
8205 unsigned NumBitsPerElt = VT.getScalarSizeInBits(); in getFauxShuffleMask() local
8206 if ((NumBitsPerElt % 8) != 0 || (NumSizeInBits % 8) != 0) in getFauxShuffleMask()
8210 unsigned NumBytesPerElt = NumBitsPerElt / 8; in getFauxShuffleMask()
8447 DAG.ComputeNumSignBits(N0, EltsLHS, Depth + 1) <= NumBitsPerElt) || in getFauxShuffleMask()
8449 DAG.ComputeNumSignBits(N1, EltsRHS, Depth + 1) <= NumBitsPerElt)) in getFauxShuffleMask()
8455 N0.getConstantOperandAPInt(1) == NumBitsPerElt) { in getFauxShuffleMask()
8460 N1.getConstantOperandAPInt(1) == NumBitsPerElt) { in getFauxShuffleMask()
8465 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt); in getFauxShuffleMask()
8508 unsigned Scale = NumBitsPerSrcElt / NumBitsPerElt; in getFauxShuffleMask()
8509 assert((NumBitsPerSrcElt % NumBitsPerElt) == 0 && "Illegal truncation"); in getFauxShuffleMask()
8520 if (NumBitsPerElt <= ShiftVal) { in getFauxShuffleMask()
8549 uint64_t RotateVal = N.getConstantOperandAPInt(1).urem(NumBitsPerElt); in getFauxShuffleMask()
8591 DecodeZeroExtendMask(SrcVT.getScalarSizeInBits(), NumBitsPerElt, NumElts, in getFauxShuffleMask()
47097 unsigned NumBitsPerElt = VT.getScalarSizeInBits(); in combineVectorShiftImm() local
47098 assert(VT == N0.getValueType() && (NumBitsPerElt % 8) == 0 && in combineVectorShiftImm()
47110 if (ShiftVal >= NumBitsPerElt) { in combineVectorShiftImm()
47113 ShiftVal = NumBitsPerElt - 1; in combineVectorShiftImm()
47136 if (NewShiftVal >= NumBitsPerElt) { in combineVectorShiftImm()
47141 NewShiftVal = NumBitsPerElt - 1; in combineVectorShiftImm()
47158 getTargetConstantBitsFromNode(N0, NumBitsPerElt, UndefElts, EltBits)) { in combineVectorShiftImm()
47181 if (TLI.SimplifyDemandedBits(SDValue(N, 0), APInt::getAllOnes(NumBitsPerElt), in combineVectorShiftImm()
47198 unsigned NumBitsPerElt = VT.getScalarSizeInBits(); in combineVectorInsert() local
47201 APInt::getAllOnes(NumBitsPerElt), DCI)) in combineVectorInsert()
52226 unsigned NumBitsPerElt = SrcVT.getScalarSizeInBits(); in combineMOVMSK() local
52232 if (getTargetConstantBitsFromNode(Src, NumBitsPerElt, UndefElts, EltBits)) { in combineMOVMSK()