Lines Matching refs:InSVT

20301   MVT InSVT = InVT.getVectorElementType();  in LowerEXTEND_VECTOR_INREG()  local
20302 assert(SVT.getSizeInBits() > InSVT.getSizeInBits()); in LowerEXTEND_VECTOR_INREG()
20306 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
20322 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG()
20375 unsigned Scale = DestWidth / InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG()
20389 unsigned SignExtShift = DestWidth - InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG()
37095 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local
37107 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
37110 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
38210 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
38220 unsigned NumSubRegElts = 128 / InSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()
38221 EVT SubRegVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubRegElts); in combineVectorTruncationWithPACKUS()
38225 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()
38275 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
38276 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
38283 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
38284 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
38293 if (InSVT == MVT::i32) in combineVectorTruncation()
38320 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
38327 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
38337 if (NumLeadingZeroBits >= (InSVT.getSizeInBits() - NumPackedZeroBits)) in combineVectorSignBitsTruncation()
38343 if (NumSignBits > (InSVT.getSizeInBits() - NumPackedSignBits)) in combineVectorSignBitsTruncation()
39271 EVT InSVT = N0.getValueType().getScalarType(); in combineToExtendBoolVectorInReg() local
39280 if (InSVT != MVT::i1 || N0.getOpcode() != ISD::BITCAST) in combineToExtendBoolVectorInReg()
39364 EVT InSVT = InVT.getScalarType(); in combineToExtendVectorInReg() local
39387 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in combineToExtendVectorInReg()
39436 EVT InSubVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubElts); in combineToExtendVectorInReg()