Lines Matching defs:GorS
55926 static SDValue rebuildGatherScatter(MaskedGatherScatterSDNode *GorS,
55929 SDLoc DL(GorS);
55931 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) {
55940 auto *Scatter = cast<MaskedScatterSDNode>(GorS);
55953 auto *GorS = cast<MaskedGatherScatterSDNode>(N);
55954 SDValue Index = GorS->getIndex();
55955 SDValue Base = GorS->getBasePtr();
55956 SDValue Scale = GorS->getScale();
55974 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG);
55988 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG);
56012 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG);
56028 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG);
56041 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG);
56046 SDValue Mask = GorS->getMask();