Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2634 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument 2657 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChains() 2673 if (ChainNode != NodeToMatch && ChainNode->use_empty() && in UpdateChains() 3147 SDNode **NodeToMatch; member in __anoncb0c1b940511::MatchStateUpdater 3152 MatchStateUpdater(SelectionDAG &DAG, SDNode **NodeToMatch, in MatchStateUpdater() argument 3155 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater() 3167 if (N == *NodeToMatch) in NodeDeleted() 3168 *NodeToMatch = E; in NodeDeleted() 3185 void SelectionDAGISel::SelectCodeCommon(SDNode *NodeToMatch, in SelectCodeCommon() argument 3189 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGISel.h | 444 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, 524 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|