Searched refs:RNode (Results 1 – 2 of 2) sorted by relevance
2960 TreePatternNode *RNode = InstResults[OpName]; in parseInstructionPattern() local2961 if (!RNode) in parseInstructionPattern()2964 ResNodes.push_back(RNode); in parseInstructionPattern()2966 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef(); in parseInstructionPattern()
2572 SDNode *RNode = CurDAG->getMachineNode(AHExtOpcode, dl, MVT::i32, in Select() local2574 SDValue Result(RNode, 0); in Select()2575 InFlag = SDValue(RNode, 1); in Select()