Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2348 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument 2371 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChains() 2387 if (ChainNode != NodeToMatch && ChainNode->use_empty() && in UpdateChains() 2786 SDNode **NodeToMatch; member in __anon4eec30bf0411::MatchStateUpdater 2791 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() argument 2794 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater() 2806 if (N == *NodeToMatch) in NodeDeleted() 2807 *NodeToMatch = E; in NodeDeleted() 2824 void SelectionDAGISel::SelectCodeCommon(SDNode *NodeToMatch, in SelectCodeCommon() argument 2828 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 297 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, 361 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|