Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44008 auto *GorS = cast<MaskedGatherScatterSDNode>(N); in combineGatherScatter() local
44009 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 …]