reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/AsmMatcherEmitter.cpp
 1160   if (Rec->isSubClassOf("RegisterOperand")) {
 1163     const RecordVal *R = Rec->getValue("ParserMatchClass");
 1165       PrintFatalError(Rec->getLoc(),
 1166                       "Record `" + Rec->getName() +
 1176     Record *ClassRec = Rec->getValueAsDef("RegClass");
 1178       PrintFatalError(Rec->getLoc(), "RegisterOperand `" + Rec->getName() +
 1178       PrintFatalError(Rec->getLoc(), "RegisterOperand `" + Rec->getName() +
 1182     PrintFatalError(Rec->getLoc(), "register class has no class info!");
 1185   if (Rec->isSubClassOf("RegisterClass")) {
 1186     if (ClassInfo *CI = RegisterClassClasses[Rec])
 1188     PrintFatalError(Rec->getLoc(), "register class has no class info!");
 1191   if (!Rec->isSubClassOf("Operand"))
 1192     PrintFatalError(Rec->getLoc(), "Operand `" + Rec->getName() +
 1192     PrintFatalError(Rec->getLoc(), "Operand `" + Rec->getName() +
 1194   Record *MatchClass = Rec->getValueAsDef("ParserMatchClass");
 1198   PrintFatalError(Rec->getLoc(), "operand has no match class!");