Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1102 SDValue ElemV = N->getOperand(2); in tryGather() local
1103 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather()
1120 if (!selectBDVAddr12Only(Load->getBasePtr(), ElemV, Base, Disp, Index) || in tryGather()
1143 SDValue ElemV = Value.getOperand(1); in tryScatter() local
1144 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter()
1155 if (!selectBDVAddr12Only(Store->getBasePtr(), ElemV, Base, Disp, Index) || in tryScatter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1139 SDValue ElemV = N->getOperand(2); in tryGather() local
1140 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryGather()
1157 if (!selectBDVAddr12Only(Load->getBasePtr(), ElemV, Base, Disp, Index) || in tryGather()
1179 SDValue ElemV = Value.getOperand(1); in tryScatter() local
1180 auto *ElemN = dyn_cast<ConstantSDNode>(ElemV); in tryScatter()
1191 if (!selectBDVAddr12Only(Store->getBasePtr(), ElemV, Base, Disp, Index) || in tryScatter()