Searched refs:NumVectorElts (Results 1 – 4 of 4) sorted by relevance
115 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local121 switch (NumVectorElts) { in Select()
439 unsigned NumVectorElts = VT.getVectorNumElements(); in SelectBuildVector() local444 if (NumVectorElts == 1) { in SelectBuildVector()456 for (unsigned I = 0; I < NumVectorElts; ++I) { in SelectBuildVector()479 assert(NumVectorElts <= 32 && "Vectors with more than 32 elements not " in SelectBuildVector()484 SmallVector<SDValue, 32 * 2 + 1> RegSeqArgs(NumVectorElts * 2 + 1); in SelectBuildVector()500 if (NOps != NumVectorElts) { in SelectBuildVector()502 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()505 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()663 unsigned NumVectorElts = VT.getVectorNumElements(); in Select() local665 if (Opc == ISD::BUILD_VECTOR && NumVectorElts == 2) { in Select()[all …]
1209 unsigned NumVectorElts = cast<FixedVectorType>(SrcTy)->getNumElements(); in getShuffleCost() local1221 if (ST->hasVOP3PInsts() && ScalarSize == 16 && NumVectorElts == 2) in getShuffleCost()
7149 unsigned NumVectorElts = NumElts.isScalable() ? 1 : NumElts.getFixedValue(); in FoldConstantArithmetic() local7153 for (unsigned I = 0; I != NumVectorElts; I++) { in FoldConstantArithmetic()