Searched refs:GorS (Results 1 – 1 of 1) sorted by relevance
44008 auto *GorS = cast<MaskedGatherScatterSDNode>(N); in combineGatherScatter() local44009 SDValue Chain = GorS->getChain(); in combineGatherScatter()44010 SDValue Index = GorS->getIndex(); in combineGatherScatter()44011 SDValue Mask = GorS->getMask(); in combineGatherScatter()44012 SDValue Base = GorS->getBasePtr(); in combineGatherScatter()44013 SDValue Scale = GorS->getScale(); in combineGatherScatter()44031 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { in combineGatherScatter()44039 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter()44060 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { in combineGatherScatter()44068 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in combineGatherScatter()[all …]