Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21550 EVT ContainerSrcVT = in LowerFixedLengthBitcastToSVE() local
21627 EVT RoundVT = ContainerSrcVT.changeVectorElementType( in LowerFixedLengthFPRoundToSVE()
21631 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthFPRoundToSVE()
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()
21705 ContainerSrcVT.getVectorElementType()); in LowerFixedLengthFPToIntToSVE()
21711 Val = convertToScalableVector(DAG, ContainerSrcVT, Val); in LowerFixedLengthFPToIntToSVE()
21717 EVT CvtVT = ContainerSrcVT.changeTypeToInteger(); in LowerFixedLengthFPToIntToSVE()
[all …]