Searched refs:NodeToMatch (Results 1 – 2 of 2) sorted by relevance
2023 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, in UpdateChainsAndGlue() argument2046 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChainsAndGlue()2594 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, in SelectCodeCommon() argument2597 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 …]
239 SDNode *SelectCodeCommon(SDNode *NodeToMatch,297 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,