Searched refs:OtherUses (Results 1 – 4 of 4) sorted by relevance
9741 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local9757 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()[all …]
12293 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local12309 OtherUses.clear(); in CombineToPreIndexedLoadStore()12315 OtherUses.clear(); in CombineToPreIndexedLoadStore()12321 OtherUses.clear(); in CombineToPreIndexedLoadStore()12325 OtherUses.push_back(Use.getUser()); in CombineToPreIndexedLoadStore()12375 for (unsigned i = 0, e = OtherUses.size(); i != e; ++i) { in CombineToPreIndexedLoadStore()12377 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()12379 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()12394 cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()12399 X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()[all …]
2279 bool OtherUses = !Val.hasOneUse(); in performStoreCombine() local2281 if (OtherUses) { in performStoreCombine()
2826 bool OtherUses = !Val.hasOneUse(); in performStoreCombine() local2828 if (OtherUses) { in performStoreCombine()