HomeSort by relevance Sort by last modified time
    Searched refs:UpdatedNodes (Results 1 - 17 of 17) 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/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 437 /// UpdatedNodes so that the delta to the DAG can be understood by the
445 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
446 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 484 /// UpdatedNodes so that the delta to the DAG can be understood by the
492 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
493 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 484 /// UpdatedNodes so that the delta to the DAG can be understood by the
492 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
493 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 437 /// UpdatedNodes so that the delta to the DAG can be understood by the
445 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
446 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 484 /// UpdatedNodes so that the delta to the DAG can be understood by the
492 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
493 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 484 /// UpdatedNodes so that the delta to the DAG can be understood by the
492 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
493 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 488 /// UpdatedNodes so that the delta to the DAG can be understood by the
496 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
497 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]

Completed in 1646 milliseconds