Lines Matching refs:NextRecordedOperandNo

77     unsigned NextRecordedOperandNo;  member in __anon77135c860111::MatcherGen
148 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()
255 NextRecordedOperandNo)); in EmitLeafMatchCode()
256 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()
325 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()
386 NextRecordedOperandNo)); in EmitOperatorMatchCode()
388 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
450 NextRecordedOperandNo)); in EmitOperatorMatchCode()
486 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode()
487 Entry = ++NextRecordedOperandNo; in recordUniqueNode()
595 NamedComplexPatternOperands[N->getName()] = NextRecordedOperandNo + 1; in EmitMatcherCode()
597 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()
612 N->getName(), NextRecordedOperandNo)); in EmitMatcherCode()
615 NextRecordedOperandNo += CP.getNumOperands(); in EmitMatcherCode()
620 ++NextRecordedOperandNo; // Chained node operand. in EmitMatcherCode()
623 assert(NextRecordedOperandNo > 1 && in EmitMatcherCode()
625 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
662 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
677 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
688 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
694 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
701 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()
722 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
725 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
740 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
746 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
989 NextRecordedOperandNo)); in EmitResultInstructionAsOperand()
994 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()
1016 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultSDNodeXFormAsOperand()