Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4052 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants() local
4071 DL, DAG.getUNDEF(ViaVecVT), in lowerBuildVectorOfConstants()
4105 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen); in lowerBuildVectorOfConstants() local
4133 DAG.getConstant(ViaVecVT.getVectorNumElements(), DL, XLenVT); in lowerBuildVectorOfConstants()
4135 getContainerForFixedLengthVector(DAG, ViaVecVT, Subtarget); in lowerBuildVectorOfConstants()
4140 Splat = convertFromScalableVector(ViaVecVT, Splat, DAG, Subtarget); in lowerBuildVectorOfConstants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1728 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() local
1733 assert(ViaVecVT.getSizeInBits() == VT.getSizeInBits()); in getConstant()
1758 getNode(ISD::BITCAST, DL, VT, getBuildVector(ViaVecVT, DL, Ops)); in getConstant()