Lines Matching refs:ContainerSrcVT
21550 EVT ContainerSrcVT = in LowerFixedLengthBitcastToSVE() local
21553 SrcOp = convertToScalableVector(DAG, ContainerSrcVT, SrcOp); in LowerFixedLengthBitcastToSVE()
21626 EVT ContainerSrcVT = getContainerForFixedLengthVector(DAG, SrcVT); in LowerFixedLengthFPRoundToSVE() local
21627 EVT RoundVT = ContainerSrcVT.changeVectorElementType( in LowerFixedLengthFPRoundToSVE()
21631 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthFPRoundToSVE()
21634 Val = getSVESafeBitCast(ContainerSrcVT.changeTypeToInteger(), Val, DAG); in LowerFixedLengthFPRoundToSVE()
21655 EVT ContainerSrcVT = getContainerForFixedLengthVector(DAG, SrcVT); in LowerFixedLengthIntToFPToSVE() local
21657 if (ContainerSrcVT.getVectorElementType().getSizeInBits() <= in LowerFixedLengthIntToFPToSVE()
21664 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthIntToFPToSVE()
21672 EVT CvtVT = ContainerSrcVT.changeVectorElementType( in LowerFixedLengthIntToFPToSVE()
21676 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthIntToFPToSVE()
21678 Val = getSVESafeBitCast(ContainerSrcVT, Val, DAG); in LowerFixedLengthIntToFPToSVE()
21700 EVT ContainerSrcVT = getContainerForFixedLengthVector(DAG, SrcVT); in LowerFixedLengthFPToIntToSVE() local
21702 if (ContainerSrcVT.getVectorElementType().getSizeInBits() <= in LowerFixedLengthFPToIntToSVE()
21705 ContainerSrcVT.getVectorElementType()); in LowerFixedLengthFPToIntToSVE()
21711 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthFPToIntToSVE()
21717 EVT CvtVT = ContainerSrcVT.changeTypeToInteger(); in LowerFixedLengthFPToIntToSVE()
21722 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthFPToIntToSVE()