Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3013 SDNode **NodeToMatch; member in __anona6baf40a0511::MatchStateUpdater
3021 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater()
3033 if (N == *NodeToMatch) in NodeDeleted()
3034 *NodeToMatch = E; in NodeDeleted()
3087 ReplaceUses(SDValue(NodeToMatch, 0), NodeToMatch->getOperand(0)); in SelectCodeCommon()
3092 Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
3101 Select_UNDEF(NodeToMatch); in SelectCodeCommon()
3104 Select_FREEZE(NodeToMatch); in SelectCodeCommon()
3113 Select_STACKMAP(NodeToMatch); in SelectCodeCommon()
4122 if (NodeToMatch->getValueType(NodeToMatch->getNumValues() - 1) == in SelectCodeCommon()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h435 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
511 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,