Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp77 unsigned NextRecordedOperandNo; member in __anon77135c860111::MatcherGen
487 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 …]