Home
last modified time | relevance | path

Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2754 SDNode **NodeToMatch; member in __anone743f0c40411::MatchStateUpdater
2762 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater()
2774 if (N == *NodeToMatch) in NodeDeleted()
2775 *NodeToMatch = E; in NodeDeleted()
2828 ReplaceUses(SDValue(NodeToMatch, 0), NodeToMatch->getOperand(0)); in SelectCodeCommon()
2833 Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
2842 Select_UNDEF(NodeToMatch); in SelectCodeCommon()
2845 Select_FREEZE(NodeToMatch); in SelectCodeCommon()
2851 Select_STACKMAP(NodeToMatch); in SelectCodeCommon()
3645 if (NodeToMatch->getValueType(NodeToMatch->getNumValues() - 1) == in SelectCodeCommon()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h299 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
369 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,