Home
last modified time | relevance | path

Searched refs:GorS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54644 static SDValue rebuildGatherScatter(MaskedGatherScatterSDNode *GorS, in rebuildGatherScatter() argument
54647 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() local
54672 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 …]