Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp519 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
4153 SmallPtrSetImpl<SDNode*> &NodesWithConsts, in SearchForAndLoads() argument
4168 NodesWithConsts.insert(N); in SearchForAndLoads()
4212 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask, in SearchForAndLoads()
4255 SmallPtrSet<SDNode*, 2> NodesWithConsts; in BackwardsPropagateMask() local
4257 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) { in BackwardsPropagateMask()
4277 for (auto *LogicN : NodesWithConsts) { in BackwardsPropagateMask()