Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2111 MVT SrcContainerVT = in LowerOperation() local
2113 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()
2150 MVT SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in LowerOperation() local
2152 SrcContainerVT.changeVectorElementType(VT.getVectorElementType()); in LowerOperation()
2153 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()
2265 MVT ContainerVT, SrcContainerVT; in LowerOperation() local
2268 SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in LowerOperation()
2270 SrcContainerVT.changeVectorElementType(VT.getVectorElementType()); in LowerOperation()
2273 SrcContainerVT = ContainerVT.changeVectorElementType(SrcEltVT); in LowerOperation()
2279 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()