Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2023 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, in UpdateChainsAndGlue() argument
2046 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChainsAndGlue()
2594 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, in SelectCodeCommon() argument
2597 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon()
2622 NodeToMatch->setNodeId(-1); // Mark selected. in SelectCodeCommon()
2626 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon()
2627 NodeToMatch->getOperand(0)); in SelectCodeCommon()
2629 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()
2630 case ISD::READ_REGISTER: return Select_READ_REGISTER(NodeToMatch); in SelectCodeCommon()
2631 case ISD::WRITE_REGISTER: return Select_WRITE_REGISTER(NodeToMatch); in SelectCodeCommon()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h239 SDNode *SelectCodeCommon(SDNode *NodeToMatch,
297 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,