Lines Matching refs:SrcContainerVT
2792 MVT SrcContainerVT = SrcVT; in lowerFP_TO_INT_SAT() local
2795 SrcContainerVT = getContainerForFixedLengthVector(DAG, SrcVT, Subtarget); in lowerFP_TO_INT_SAT()
2797 SrcContainerVT.getVectorElementCount() && in lowerFP_TO_INT_SAT()
2799 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in lowerFP_TO_INT_SAT()
2813 assert(SrcContainerVT.getVectorElementType() == MVT::f16 && "Unexpected VT!"); in lowerFP_TO_INT_SAT()
2814 MVT InterVT = SrcContainerVT.changeVectorElementType(MVT::f32); in lowerFP_TO_INT_SAT()
4263 MVT SrcContainerVT = in getDeinterleaveViaVNSRL() local
4266 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in getDeinterleaveViaVNSRL()
6274 MVT SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in LowerOperation() local
6275 assert(ContainerVT.getVectorElementCount() == SrcContainerVT.getVectorElementCount() && in LowerOperation()
6280 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in LowerOperation()
7768 MVT SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in lowerStrictFPExtendOrRoundLike() local
7770 SrcContainerVT.changeVectorElementType(VT.getVectorElementType()); in lowerStrictFPExtendOrRoundLike()
7771 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in lowerStrictFPExtendOrRoundLike()
7838 MVT SrcContainerVT = getContainerForFixedLengthVector(SrcVT); in lowerVectorFPExtendOrRoundLike() local
7840 SrcContainerVT.changeVectorElementType(VT.getVectorElementType()); in lowerVectorFPExtendOrRoundLike()
7841 Src = convertToScalableVector(SrcContainerVT, Src, DAG, Subtarget); in lowerVectorFPExtendOrRoundLike()
13873 MVT SrcContainerVT = SrcVT; in performFP_TO_INTCombine() local
13887 SrcContainerVT = getContainerForFixedLengthVector(DAG, SrcVT, Subtarget); in performFP_TO_INTCombine()
13888 XVal = convertToScalableVector(SrcContainerVT, XVal, DAG, Subtarget); in performFP_TO_INTCombine()
13894 getDefaultVLOps(SrcVT, SrcContainerVT, DL, DAG, Subtarget); in performFP_TO_INTCombine()