Searched refs:NextRecordedOperandNo (Results 1 – 1 of 1) sorted by relevance
78 unsigned NextRecordedOperandNo; member in __anone4d064020111::MatcherGen488 Entry = ++NextRecordedOperandNo; in recordUniqueNode()598 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()616 NextRecordedOperandNo += CP.getNumOperands(); in EmitMatcherCode()624 assert(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()702 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()995 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()[all …]