Lines Matching refs:GatherVT
11664 MVT GatherVT = ContainerVT;
11669 GatherVT = IndicesVT = ContainerVT.changeVectorElementType(MVT::i8);
11682 unsigned EltSize = GatherVT.getScalarSizeInBits();
11683 unsigned MinSize = GatherVT.getSizeInBits().getKnownMinValue();
11701 auto [LoVT, HiVT] = DAG.GetSplitDestVTs(GatherVT);
11712 DAG.getNode(ISD::CONCAT_VECTORS, DL, GatherVT, HiRev, LoRev);
11716 unsigned MinElts = GatherVT.getVectorMinNumElements();
11721 Result = getVSlidedown(DAG, Subtarget, DL, GatherVT,
11722 DAG.getUNDEF(GatherVT), Result, Diff, Mask, EVL);
11728 {Result, DAG.getConstant(0, DL, GatherVT),
11750 SDValue Result = DAG.getNode(GatherOpc, DL, GatherVT, Op1, VRSUB,
11751 DAG.getUNDEF(GatherVT), Mask, EVL);
11757 {Result, DAG.getConstant(0, DL, GatherVT), DAG.getCondCode(ISD::SETNE),