Lines Matching defs:PromotedVT
6240 EVT PromotedVT = VT.changeVectorElementType(MVT::i32);
6244 PromotedVT = VT.changeVectorElementType(MVT::i64);
6249 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index);
6250 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask);
6253 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD)
6256 EVT ContainerVT = getContainerForFixedLengthVector(DAG, PromotedVT);
6272 SDValue Result = convertFromScalableVector(DAG, PromotedVT, Load);
6331 EVT PromotedVT = VT.changeVectorElementType(MVT::i32);
6335 PromotedVT = VT.changeVectorElementType(MVT::i64);
6339 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index);
6340 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask);
6341 StoreVal = DAG.getNode(ISD::ANY_EXTEND, DL, PromotedVT, StoreVal);
6344 if (PromotedVT != VT)
6347 EVT ContainerVT = getContainerForFixedLengthVector(DAG, PromotedVT);