Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13850 SmallVector<SDNode *, 16> OtherUses; in CombineToPreIndexedLoadStore() local
13866 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5711 SmallVector<SDNode*, 8> OtherUses; in combineLOAD() local
5720 OtherUses.push_back(*UI); in combineLOAD()
5722 if (!Replicate || OtherUses.empty()) in combineLOAD()
5729 for (SDNode *U : OtherUses) { in combineLOAD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2971 bool OtherUses = !Val.hasOneUse(); in performStoreCombine() local
2973 if (OtherUses) { in performStoreCombine()