Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9741 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12293 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local
12309 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 …]
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2279 bool OtherUses = !Val.hasOneUse(); in performStoreCombine() local
2281 if (OtherUses) { in performStoreCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2826 bool OtherUses = !Val.hasOneUse(); in performStoreCombine() local
2828 if (OtherUses) { in performStoreCombine()