Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance
2043 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, in UpdateChainsAndGlue() argument2066 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChainsAndGlue()2610 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, in SelectCodeCommon() argument2613 switch (NodeToMatch->getOpcode()) { in SelectCodeCommon()2637 NodeToMatch->setNodeId(-1); // Mark selected. in SelectCodeCommon()2641 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon()2642 NodeToMatch->getOperand(0)); in SelectCodeCommon()2644 case ISD::INLINEASM: return Select_INLINEASM(NodeToMatch); in SelectCodeCommon()2645 case ISD::READ_REGISTER: return Select_READ_REGISTER(NodeToMatch); in SelectCodeCommon()2646 case ISD::WRITE_REGISTER: return Select_WRITE_REGISTER(NodeToMatch); in SelectCodeCommon()[all …]
239 SDNode *SelectCodeCommon(SDNode *NodeToMatch,294 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,