Lines Matching refs:ViaIntVT
3787 MVT ViaIntVT = MVT::getIntegerVT(VT.getSizeInBits());
3788 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32) &&
3795 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen);
3809 if (Subtarget.is64Bit() && ViaIntVT == MVT::i32)
3818 MVT::getVectorVT(ViaIntVT, 1), Vec,
3838 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen);
3839 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32 ||
3840 ViaIntVT == MVT::i64) &&
3848 (Subtarget.getRealMinVLen() >= ViaIntVT.getSizeInBits() * NumElts) ?
3850 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen);
3866 if (Subtarget.is64Bit() && ViaIntVT == MVT::i32)
3872 assert((ViaIntVT.bitsLE(XLenVT) ||
3873 (!Subtarget.is64Bit() && ViaIntVT == MVT::i64)) &&
3875 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) {
3887 MVT::getVectorVT(ViaIntVT, RequiredVL), Splat,