HomeSort by relevance Sort by last modified time
    Searched refs:UpdatedNodes (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 68 SmallSetVector<SDNode *, 16> *UpdatedNodes;
79 SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr)
81 LegalizedNodes(LegalizedNodes), UpdatedNodes(UpdatedNodes) {}
170 if (UpdatedNodes)
171 UpdatedNodes->insert(N);
181 if (UpdatedNodes)
182 UpdatedNodes->insert(New);
190 if (UpdatedNodes)
191 UpdatedNodes->insert(New.getNode())
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 95 SmallSetVector<SDNode *, 16> *UpdatedNodes;
106 SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr)
108 LegalizedNodes(LegalizedNodes), UpdatedNodes(UpdatedNodes) {}
198 if (UpdatedNodes)
199 UpdatedNodes->insert(N);
210 if (UpdatedNodes)
211 UpdatedNodes->insert(New);
220 if (UpdatedNodes)
221 UpdatedNodes->insert(New.getNode())
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 429 /// UpdatedNodes so that the delta to the DAG can be understood by the
437 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
438 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 509 /// UpdatedNodes so that the delta to the DAG can be understood by the
517 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
518 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]

Completed in 163 milliseconds