Home
last modified time | relevance | path

Searched refs:ViaIntVT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4044 MVT ViaIntVT = MVT::getIntegerVT(VT.getSizeInBits()); in lowerBuildVectorOfConstants() local
4045 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32) && in lowerBuildVectorOfConstants()
4052 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants()
4067 if (ViaIntVT == MVT::i32) in lowerBuildVectorOfConstants()
4074 Vec = DAG.getExtractSubvector(DL, MVT::getVectorVT(ViaIntVT, 1), Vec, 0); in lowerBuildVectorOfConstants()
4093 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); in lowerBuildVectorOfConstants() local
4094 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32 || in lowerBuildVectorOfConstants()
4095 ViaIntVT == MVT::i64) && in lowerBuildVectorOfConstants()
4103 (Subtarget.getRealMinVLen() >= ViaIntVT.getSizeInBits() * NumElts) ? in lowerBuildVectorOfConstants()
4105 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants()
[all …]