Searched refs:RNode (Results 1 – 2 of 2) sorted by relevance
3004 TreePatternNode *RNode = InstResults[OpName]; in parseInstructionPattern() local3005 if (!RNode) in parseInstructionPattern()3008 ResNodes.push_back(RNode); in parseInstructionPattern()3010 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef(); in parseInstructionPattern()
2733 SDNode *RNode = CurDAG->getMachineNode(AHExtOpcode, dl, MVT::i32, in Select() local2735 SDValue Result(RNode, 0); in Select()2736 InFlag = SDValue(RNode, 1); in Select()