Lines Matching refs:getVectorNumElements
1139 assert(N->getNumOperands() == N->getValueType(0).getVectorNumElements() && in VerifySDNode()
1697 for (unsigned i = 0; i < ViaVecNumElts / VT.getVectorNumElements(); ++i) in getConstant()
1715 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i) in getConstant()
2072 for (uint64_t i = 0; i < ResVT.getVectorNumElements(); i++) in getStepVector()
2087 assert(VT.getVectorNumElements() == Mask.size() && in getVectorShuffle()
2202 V.getValueType().getVectorNumElements() == VT.getVectorNumElements(); in getVectorShuffle()
2724 unsigned NumElts = VT.getVectorNumElements(); in computeVectorKnownZeroElements()
2798 unsigned NumElts = VT.getVectorNumElements(); in isSplatValue()
2864 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue()
2881 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue()
2905 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in isSplatValue()
2938 = APInt::getAllOnes(VT.isScalableVector() ? 1 : VT.getVectorNumElements()); in isSplatValue()
2955 = APInt::getAllOnes(VT.isScalableVector() ? 1 : VT.getVectorNumElements()); in getSplatSourceVector()
2986 int NumElts = V.getValueType().getVectorNumElements(); in getSplatSourceVector()
3079 ? APInt::getAllOnes(VT.getVectorNumElements()) in getValidShiftAmount()
3100 ? APInt::getAllOnes(VT.getVectorNumElements()) in getValidMinimumShiftAmount()
3121 ? APInt::getAllOnes(VT.getVectorNumElements()) in getValidMaximumShiftAmount()
3136 ? APInt::getAllOnes(VT.getVectorNumElements()) in computeKnownBits()
3165 NumElts == Op.getValueType().getVectorNumElements()) && in computeKnownBits()
3287 unsigned NumSubVectorElts = SubVectorVT.getVectorNumElements(); in computeKnownBits()
3311 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in computeKnownBits()
3336 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in computeKnownBits()
3808 APInt InDemandedElts = DemandedElts.zext(InVT.getVectorNumElements()); in computeKnownBits()
3822 APInt InDemandedElts = DemandedElts.zext(InVT.getVectorNumElements()); in computeKnownBits()
3840 APInt InDemandedElts = DemandedElts.zext(InVT.getVectorNumElements()); in computeKnownBits()
4000 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in computeKnownBits()
4447 ? APInt::getAllOnes(VT.getVectorNumElements()) in ComputeNumSignBits()
4607 APInt DemandedSrcElts = DemandedElts.zext(SrcVT.getVectorNumElements()); in ComputeNumSignBits()
4906 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in ComputeNumSignBits()
4931 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in ComputeNumSignBits()
4942 unsigned NumSubVectorElts = SubVectorVT.getVectorNumElements(); in ComputeNumSignBits()
4963 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in ComputeNumSignBits()
5139 ? APInt::getAllOnes(VT.getVectorNumElements()) in isGuaranteedNotToBeUndefOrPoison()
5235 ? APInt::getAllOnes(VT.getVectorNumElements()) in canCreateUndefOrPoison()
5766 assert(VT.getVectorNumElements() == (unsigned)NumOps && in FoldBUILD_VECTOR()
5852 Elts.append(OpVT.getVectorNumElements(), DAG.getUNDEF(SVT)); in foldCONCAT_VECTORS()
7137 for (int i = 0, e = VT.getVectorNumElements(); i != e; ++i) { in getNode()
7187 N2C->getAPIntValue().uge(N1.getValueType().getVectorNumElements())) in getNode()
7197 N1.getOperand(0).getValueType().getVectorNumElements(); in getNode()
7256 N1.getValueType().getVectorNumElements() == 1) { in getNode()
7496 N3C->getZExtValue() >= N1.getValueType().getVectorNumElements()) in getNode()
7693 unsigned NumElts = VT.getVectorNumElements(); in getMemsetStringVal()
12322 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction()
12357 unsigned NumElts = Op.getValueType().getVectorNumElements(); in matchBinOpReduction()
12365 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in matchBinOpReduction()
12383 unsigned NE = VT.getVectorNumElements(); in UnrollVectorOp()
12492 unsigned NE = ResVT.getVectorNumElements(); in UnrollVectorOverflowOp()
12693 NextPowerOf2(VT.getVectorNumElements())); in WidenVector()
12704 Count = VT.getVectorNumElements(); in ExtractVectorElements()
13066 for (i = 0, e = VT.getVectorNumElements(); i != e && Mask[i] < 0; ++i) in isSplatMask()