Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2370 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument 2393 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChains() 2409 if (ChainNode != NodeToMatch && ChainNode->use_empty() && in UpdateChains() 2808 SDNode **NodeToMatch; member in __anon2a30ef0b0411::MatchStateUpdater 2813 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() argument 2816 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater() 2828 if (N == *NodeToMatch) in NodeDeleted() 2829 *NodeToMatch = E; in NodeDeleted() 2846 void SelectionDAGISel::SelectCodeCommon(SDNode *NodeToMatch, in SelectCodeCommon() argument 2850 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 298 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, 369 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|