HomeSort by: relevance | last modified time | path
    Searched refs:NodeToMatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 2348 SDNode *NodeToMatch, SDValue InputChain,
2371 if (ChainNode == NodeToMatch && isMorphNodeTo)
2387 if (ChainNode != NodeToMatch && ChainNode->use_empty() &&
2786 SDNode **NodeToMatch;
2791 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch,
2794 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch),
2805 // Check if NodeToMatch was updated.
2806 if (N == *NodeToMatch)
2807 *NodeToMatch = E
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 297 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
361 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,

Completed in 16 milliseconds