Lines Matching refs:NextRecordedOperandNo

78     unsigned NextRecordedOperandNo;  member in __anone4d064020111::MatcherGen
149 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()
256 NextRecordedOperandNo)); in EmitLeafMatchCode()
257 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()
326 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()
387 NextRecordedOperandNo)); in EmitOperatorMatchCode()
389 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
451 NextRecordedOperandNo)); in EmitOperatorMatchCode()
487 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode()
488 Entry = ++NextRecordedOperandNo; in recordUniqueNode()
596 NamedComplexPatternOperands[N->getName()] = NextRecordedOperandNo + 1; in EmitMatcherCode()
598 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()
613 N->getName(), NextRecordedOperandNo)); in EmitMatcherCode()
616 NextRecordedOperandNo += CP.getNumOperands(); in EmitMatcherCode()
621 ++NextRecordedOperandNo; // Chained node operand. in EmitMatcherCode()
624 assert(NextRecordedOperandNo > 1 && in EmitMatcherCode()
626 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
663 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
678 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
689 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
695 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
702 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()
723 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
726 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
741 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
747 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
990 NextRecordedOperandNo)); in EmitResultInstructionAsOperand()
995 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()
1017 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultSDNodeXFormAsOperand()