Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp81 unsigned NextRecordedOperandNo; member in __anon5041f0880111::MatcherGen
481 Entry = ++NextRecordedOperandNo; in recordUniqueNode()
590 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode()
609 NextRecordedOperandNo += CP->getNumOperands(); in EmitMatcherCode()
617 assert(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()
694 auto IDOperandNo = NextRecordedOperandNo++; in EmitResultLeafAsOperand()
986 OutputOps.push_back(NextRecordedOperandNo++); in EmitResultInstructionAsOperand()
[all …]