Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2800 SDNode **NodeToMatch; member in __anon75d0bdc80411::MatchStateUpdater
2808 : SelectionDAG::DAGUpdateListener(DAG), NodeToMatch(NodeToMatch), in MatchStateUpdater()
2820 if (N == *NodeToMatch) in NodeDeleted()
2821 *NodeToMatch = E; in NodeDeleted()
2874 ReplaceUses(SDValue(NodeToMatch, 0), NodeToMatch->getOperand(0)); in SelectCodeCommon()
2879 Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
2888 Select_UNDEF(NodeToMatch); in SelectCodeCommon()
2891 Select_FREEZE(NodeToMatch); in SelectCodeCommon()
2894 Select_ARITH_FENCE(NodeToMatch); in SelectCodeCommon()
3683 if (NodeToMatch->getValueType(NodeToMatch->getNumValues() - 1) == in SelectCodeCommon()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h297 void SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable,
362 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,