Lines Matching refs:ViaIntVT
3619 MVT ViaIntVT = MVT::getIntegerVT(VT.getSizeInBits()); in lowerBuildVectorOfConstants() local
3620 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32) && in lowerBuildVectorOfConstants()
3627 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants()
3641 if (Subtarget.is64Bit() && ViaIntVT == MVT::i32) in lowerBuildVectorOfConstants()
3650 MVT::getVectorVT(ViaIntVT, 1), Vec, in lowerBuildVectorOfConstants()
3670 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); in lowerBuildVectorOfConstants() local
3671 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32 || in lowerBuildVectorOfConstants()
3672 ViaIntVT == MVT::i64) && in lowerBuildVectorOfConstants()
3680 (Subtarget.getRealMinVLen() >= ViaIntVT.getSizeInBits() * NumElts) ? in lowerBuildVectorOfConstants()
3682 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants()
3698 if (Subtarget.is64Bit() && ViaIntVT == MVT::i32) in lowerBuildVectorOfConstants()
3704 assert((ViaIntVT.bitsLE(XLenVT) || in lowerBuildVectorOfConstants()
3705 (!Subtarget.is64Bit() && ViaIntVT == MVT::i64)) && in lowerBuildVectorOfConstants()
3707 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) { in lowerBuildVectorOfConstants()
3719 MVT::getVectorVT(ViaIntVT, RequiredVL), Splat, in lowerBuildVectorOfConstants()