Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2310 MVT SrcContainerVT = in LowerOperation() local
2312 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()
2349 MVT SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in LowerOperation() local
2351 SrcContainerVT.changeVectorElementType(VT.getVectorElementType()); in LowerOperation()
2352 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()
2464 MVT ContainerVT, SrcContainerVT; in LowerOperation() local
2467 SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in LowerOperation()
2469 SrcContainerVT.changeVectorElementType(VT.getVectorElementType()); in LowerOperation()
2472 SrcContainerVT = ContainerVT.changeVectorElementType(SrcEltVT); in LowerOperation()
2478 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()