• Home
  • Raw
  • Download

Lines Matching refs:NextRecordedOperandNo

77     unsigned NextRecordedOperandNo;  member in __anon5e3ec3c90111::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()
321 auto NodeAndOpNum = std::make_pair(N, NextRecordedOperandNo - 1); in EmitOperatorMatchCode()
382 NextRecordedOperandNo)); in EmitOperatorMatchCode()
384 MatchedChainNodes.push_back(NextRecordedOperandNo++); in EmitOperatorMatchCode()
446 NextRecordedOperandNo)); in EmitOperatorMatchCode()
482 AddMatcher(new RecordMatcher(WhatFor, NextRecordedOperandNo)); in recordUniqueNode()
483 Entry = ++NextRecordedOperandNo; in recordUniqueNode()
591 NamedComplexPatternOperands[N->getName()] = NextRecordedOperandNo + 1; in EmitMatcherCode()
593 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()
608 N->getName(), NextRecordedOperandNo)); in EmitMatcherCode()
611 NextRecordedOperandNo += CP.getNumOperands(); in EmitMatcherCode()
616 ++NextRecordedOperandNo; // Chained node operand. in EmitMatcherCode()
619 assert(NextRecordedOperandNo > 1 && in EmitMatcherCode()
621 MatchedChainNodes.push_back(NextRecordedOperandNo-1); in EmitMatcherCode()
658 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultOfNamedOperand()
673 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
684 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
690 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
697 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()
718 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
721 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
736 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
742 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultLeafAsOperand()
985 NextRecordedOperandNo)); in EmitResultInstructionAsOperand()
990 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()
1012 ResultOps.push_back(NextRecordedOperandNo++); in EmitResultSDNodeXFormAsOperand()