Searched refs:GorS (Results 1 – 1 of 1) sorted by relevance
54644 static SDValue rebuildGatherScatter(MaskedGatherScatterSDNode *GorS, in rebuildGatherScatter() argument54647 SDLoc DL(GorS); in rebuildGatherScatter()54649 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { in rebuildGatherScatter()54658 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in rebuildGatherScatter()54671 auto *GorS = cast<MaskedGatherScatterSDNode>(N); in combineGatherScatter() local54672 SDValue Index = GorS->getIndex(); in combineGatherScatter()54673 SDValue Base = GorS->getBasePtr(); in combineGatherScatter()54674 SDValue Scale = GorS->getScale(); in combineGatherScatter()54692 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG); in combineGatherScatter()54706 return rebuildGatherScatter(GorS, Index, Base, Scale, DAG); in combineGatherScatter()[all …]