Lines Matching defs:PromotedVT
6700 EVT PromotedVT = VT.changeVectorElementType(MVT::i32);
6704 PromotedVT = VT.changeVectorElementType(MVT::i64);
6709 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index);
6710 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask);
6713 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD)
6716 EVT ContainerVT = getContainerForFixedLengthVector(DAG, PromotedVT);
6732 SDValue Result = convertFromScalableVector(DAG, PromotedVT, Load);
6791 EVT PromotedVT = VT.changeVectorElementType(MVT::i32);
6795 PromotedVT = VT.changeVectorElementType(MVT::i64);
6799 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index);
6800 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask);
6801 StoreVal = DAG.getNode(ISD::ANY_EXTEND, DL, PromotedVT, StoreVal);
6804 if (PromotedVT != VT)
6807 EVT ContainerVT = getContainerForFixedLengthVector(DAG, PromotedVT);