Searched refs:CombinedNodes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 116 SmallPtrSet<SDNode *, 32> CombinedNodes; member in __anona4a1c9fb0111::DAGCombiner 146 CombinedNodes.erase(N); in removeFromWorklist() 1298 CombinedNodes.insert(N); in Run() 1300 if (!CombinedNodes.count(ChildN.getNode())) in Run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 144 SmallPtrSet<SDNode *, 32> CombinedNodes; member in __anond566e5530111::DAGCombiner 190 CombinedNodes.erase(N); in removeFromWorklist() 1448 CombinedNodes.insert(N); in Run() 1450 if (!CombinedNodes.count(ChildN.getNode())) in Run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 30322 SmallVector<const SDNode *, 16> CombinedNodes(SrcNodes.begin(), in combineX86ShufflesRecursively() local 30324 CombinedNodes.push_back(Op.getNode()); in combineX86ShufflesRecursively() 30334 SDNode::areOnlyUsersOf(CombinedNodes, Ops[i].getNode())) in combineX86ShufflesRecursively() 30336 Ops, i, Root, Mask, CombinedNodes, Depth + 1, HasVariableMask, in combineX86ShufflesRecursively()
|