Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2692 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument 2715 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChains() 2730 if (ChainNode != NodeToMatch && ChainNode->use_empty() && in UpdateChains() 3202 SDNode **NodeToMatch; member in __anoncb0c1b940511::MatchStateUpdater 3207 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() argument 3210 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater() 3222 if (N == *NodeToMatch) in NodeDeleted() 3223 *NodeToMatch = E; in NodeDeleted() 3240 void SelectionDAGISel::SelectCodeCommon(SDNode *NodeToMatch, in SelectCodeCommon() argument 3244 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 452 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, 533 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|