Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3846 const unsigned RequiredVL = NumElts / SeqLen; in lowerBuildVectorOfConstants()
3849 NumElts : RequiredVL; in lowerBuildVectorOfConstants()
3885 if (ViaVecLen != RequiredVL) in lowerBuildVectorOfConstants()
3887 MVT::getVectorVT(ViaIntVT, RequiredVL), Splat, in lowerBuildVectorOfConstants()
3845 const unsigned RequiredVL = NumElts / SeqLen; lowerBuildVectorOfConstants() local