Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2897 SDNode **NodeToMatch; member in __anon7401eed90511::MatchStateUpdater
2905 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater()
2917 if (N == *NodeToMatch) in NodeDeleted()
2918 *NodeToMatch = E; in NodeDeleted()
2939 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon()
2969 ReplaceUses(SDValue(NodeToMatch, 0), NodeToMatch->getOperand(0)); in SelectCodeCommon()
2973 Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
2982 Select_UNDEF(NodeToMatch); in SelectCodeCommon()
3729 if (NodeToMatch->getValueType(NodeToMatch->getNumValues() - 1) == in SelectCodeCommon()
3732 ReplaceUses(SDValue(NodeToMatch, NodeToMatch->getNumValues() - 1), in SelectCodeCommon()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h292 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
353 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,