Lines Matching refs:OtherUses
9741 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local
9757 OtherUses.clear(); in CombineToPreIndexedLoadStore()
9763 OtherUses.clear(); in CombineToPreIndexedLoadStore()
9769 OtherUses.clear(); in CombineToPreIndexedLoadStore()
9773 OtherUses.push_back(Use.getUser()); in CombineToPreIndexedLoadStore()
9826 for (unsigned i = 0, e = OtherUses.size(); i != e; ++i) { in CombineToPreIndexedLoadStore()
9828 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()
9830 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()
9845 cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()
9850 X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()
9851 Y0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 0) ? -1 : 1; in CombineToPreIndexedLoadStore()
9862 SDLoc DL(OtherUses[i]); in CombineToPreIndexedLoadStore()
9870 OtherUses[i]->getValueType(0), NewOp1, NewOp2); in CombineToPreIndexedLoadStore()
9871 DAG.ReplaceAllUsesOfValueWith(SDValue(OtherUses[i], 0), NewUse); in CombineToPreIndexedLoadStore()
9872 deleteAndRecombine(OtherUses[i]); in CombineToPreIndexedLoadStore()