Searched refs:NextRecordedOperandNo (Results 1 – 1 of 1) sorted by relevance
77 unsigned NextRecordedOperandNo; member in __anon77135c860111::MatcherGen487 Entry = ++NextRecordedOperandNo; in recordUniqueNode()597 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()615 NextRecordedOperandNo += CP.getNumOperands(); in EmitMatcherCode()623 assert(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()701 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()994 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()[all …]