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.cpp3787 MVT ViaIntVT = MVT::getIntegerVT(VT.getSizeInBits()); in lowerBuildVectorOfConstants()
3788 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32) && in lowerBuildVectorOfConstants()
3795 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants()
3809 if (Subtarget.is64Bit() && ViaIntVT == MVT::i32) in lowerBuildVectorOfConstants()
3818 MVT::getVectorVT(ViaIntVT, 1), Vec, in lowerBuildVectorOfConstants()
3838 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); in lowerBuildVectorOfConstants()
3839 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32 || in lowerBuildVectorOfConstants()
3840 ViaIntVT in lowerBuildVectorOfConstants()
3786 MVT ViaIntVT = MVT::getIntegerVT(VT.getSizeInBits()); lowerBuildVectorOfConstants() local
3837 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); lowerBuildVectorOfConstants() local
[all...]