Lines Matching refs:NextRecordedOperandNo
81 unsigned NextRecordedOperandNo; member in __anon5041f0880111::MatcherGen
150 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), TheMatcher(nullptr), in MatcherGen()
256 NextRecordedOperandNo)); in EmitLeafMatchCode()
257 PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++)); in EmitLeafMatchCode()
318 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()
380 NextRecordedOperandNo)); in EmitOperatorMatchCode()
382 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
444 NextRecordedOperandNo)); in EmitOperatorMatchCode()
480 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode()
481 Entry = ++NextRecordedOperandNo; in recordUniqueNode()
588 NamedComplexPatternOperands[N->getName()] = NextRecordedOperandNo + 1; in EmitMatcherCode()
590 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()
606 NextRecordedOperandNo)); in EmitMatcherCode()
609 NextRecordedOperandNo += CP->getNumOperands(); in EmitMatcherCode()
614 ++NextRecordedOperandNo; // Chained node operand. in EmitMatcherCode()
617 assert(NextRecordedOperandNo > 1 && in EmitMatcherCode()
619 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
656 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
671 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
682 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
688 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
694 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()
716 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
719 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
734 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
740 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
981 NumFixedArityOperands, NextRecordedOperandNo)); in EmitResultInstructionAsOperand()
986 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()
1008 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultSDNodeXFormAsOperand()