Home
last modified time | relevance | path

Searched refs:NextRecordedOperandNo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp78 unsigned NextRecordedOperandNo; member in __anone4d064020111::MatcherGen
488 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 …]