Searched refs:OtherUses (Results 1 – 3 of 3) sorted by relevance
13850 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local13866 OtherUses.clear(); in CombineToPreIndexedLoadStore()13872 OtherUses.clear(); in CombineToPreIndexedLoadStore()13878 OtherUses.clear(); in CombineToPreIndexedLoadStore()13882 OtherUses.push_back(Use.getUser()); in CombineToPreIndexedLoadStore()13940 for (unsigned i = 0, e = OtherUses.size(); i != e; ++i) { in CombineToPreIndexedLoadStore()13942 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()13944 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()13959 cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()13964 X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()[all …]
5711 SmallVector<SDNode*, 8> OtherUses; in combineLOAD() local5720 OtherUses.push_back(*UI); in combineLOAD()5722 if (!Replicate || OtherUses.empty()) in combineLOAD()5729 for (SDNode *U : OtherUses) { in combineLOAD()
2971 bool OtherUses = !Val.hasOneUse(); in performStoreCombine() local2973 if (OtherUses) { in performStoreCombine()