Searched refs:ViaVecVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3795 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants() 3812 SDValue Vec = DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, ViaVecVT, in lowerBuildVectorOfConstants() 3813 DAG.getUNDEF(ViaVecVT), in lowerBuildVectorOfConstants() 3850 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants() 3877 DAG.getConstant(ViaVecVT.getVectorNumElements(), DL, XLenVT); in lowerBuildVectorOfConstants() 3879 getContainerForFixedLengthVector(DAG, ViaVecVT, Subtarget); in lowerBuildVectorOfConstants() 3884 Splat = convertFromScalableVector(ViaVecVT, Splat, DAG, Subtarget); in lowerBuildVectorOfConstants() 3794 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); lowerBuildVectorOfConstants() local 3849 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); lowerBuildVectorOfConstants() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1689 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() local 1694 assert(ViaVecVT.getSizeInBits() == VT.getSizeInBits()); in getConstant() 1719 getNode(ISD::BITCAST, DL, VT, getBuildVector(ViaVecVT, DL, Ops)); in getConstant()
|