| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 101 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } in PrintError() function 103 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError() function 107 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() function 113 void PrintError(const Record *Rec, const Twine &Msg) { in PrintError() function 119 void PrintError(const RecordVal *RecVal, const Twine &Msg) { in PrintError() function 126 PrintError(Msg); in PrintFatalError() 133 PrintError(ErrorLoc, Msg); in PrintFatalError() 142 PrintError(Rec->getLoc(), Msg); in PrintFatalError() 151 PrintError(RecVal->getLoc(), Msg); in PrintFatalError() 163 PrintError(Loc, "assert condition must of type bit, bits, or int."); in CheckAssert() [all …]
|
| H A D | TGLexer.cpp | 71 PrintError(Loc, Msg); in ReturnError() 119 PrintError(getLoc(), in getNextChar() 395 PrintError(getLoc(), "Expected filename after include"); in LexInclude() 406 PrintError(getLoc(), "Could not find include file '" + Filename + "'"); in LexInclude() 438 PrintError(TokStart, "Unterminated comment!"); in SkipCComment() 749 PrintError(TokStart, "double #else"); in lexPreprocessor() 994 PrintError(CurPtr, "Unexpected character"); in prepSkipDirectiveEnd() 1036 PrintError(CurBuf.end(), "Reached EOF without matching #endif"); in prepReportPreprocessorStackError() 1037 PrintError(PrepControl.SrcPos, "The latest preprocessor control is here"); in prepReportPreprocessorStackError()
|
| H A D | TGParser.h | 173 PrintError(L, Msg); in Error()
|
| H A D | TGParser.cpp | 104 PrintError(R.getLoc(), in checkConcrete() 400 PrintError(Loop.Loc, Twine("attempting to loop over '") + in resolve() 470 PrintError(Rec->getLoc(), in addDefOne() 482 PrintError(Rec->getLoc(), Twine("record name '") + in addDefOne() 497 PrintError(Rec->getLoc(), Twine("adding record of incompatible type '") + in addDefOne() 2943 PrintError(SemiLoc, "A class or def body should not end with a semicolon"); in ParseBody() 3537 PrintError(SemiLoc, "A multiclass body should not end with a semicolon"); in ParseMultiClass()
|
| H A D | Record.cpp | 1390 PrintError(CurRec->getLoc(), in Fold() 1395 PrintError(CurRec->getLoc(), "!substr length must be nonnegative"); in Fold() 1410 PrintError(CurRec->getLoc(), in Fold()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 37 void PrintError(const Twine &Msg); 38 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg); 39 void PrintError(const char *Loc, const Twine &Msg); 40 void PrintError(const Record *Rec, const Twine &Msg); 41 void PrintError(const RecordVal *RecVal, const Twine &Msg);
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | 352 PrintError(TheDef.getLoc(), "Expected defs operator"); in parseDefs() 376 PrintError(TheDef.getLoc(), in parseDefs() 379 PrintError(TheDef.getLoc(), in parseDefs() 382 PrintError(TheDef.getLoc(), in parseDefs() 480 PrintError(TheDef.getLoc(), in parseWipMatchOpcodeMatcher() 499 PrintError(TheDef.getLoc(), "Matcher is empty"); in parseMatcher() 525 PrintError(TheDef.getLoc(), in parseMatcher() 536 PrintError(TheDef.getLoc(), in parseMatcher() 680 PrintError( in makeCombineRule() 710 PrintError(R->getLoc(), "Failed to parse rule"); in gatherRules() [all …]
|
| H A D | PseudoLoweringEmitter.cpp | 94 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in addDagOperandMapping() 141 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 148 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 158 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 166 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 205 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion()
|
| H A D | OptEmitter.cpp | 77 PrintError(A->getLoc(), Twine("Option is equivalent to")); in CompareOptionRecords() 78 PrintError(B->getLoc(), Twine("Other defined here")); in CompareOptionRecords()
|
| H A D | DirectiveEmitter.cpp | 87 PrintError("enumClauseValue field not set in Clause" + in GenerateEnumClauseVal() 128 PrintError("Clause " + VerClause.getClause().getRecordName() + in HasDuplicateClauses() 280 PrintError("At least one " + Enum + " must be defined as default."); in GenerateGetKind() 319 PrintError("At least one val in Clause " + C.getFormattedName() + in GenerateGetKindClauseVal() 327 PrintError("enumClauseValue field not set in Clause" + in GenerateGetKindClauseVal()
|
| H A D | DisassemblerEmitter.cpp | 120 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict"); in EmitDisassembler()
|
| H A D | CodeGenHwModes.cpp | 35 PrintError(R->getLoc(), "in record " + R->getName() + in HwModeSelect()
|
| H A D | CodeGenSchedule.cpp | 250 PrintError(R->getLoc(), "STIPredicate " + Name + " multiply declared."); in checkSTIPredicates() 454 PrintError(TIIPred->getLoc(), in checkMCInstPredicates() 467 PrintError(RCU->getLoc(), in collectRetireControlUnits() 483 PrintError(Queue->getLoc(), in collectLoadStoreQueueInfo() 494 PrintError(Queue->getLoc(), in collectLoadStoreQueueInfo() 1082 PrintError( in createInstRWClass() 1118 PrintError( in createInstRWClass() 1989 PrintError(Inst->TheDef->getLoc(), in checkCompleteness() 2010 PrintError(Inst->TheDef->getLoc(), "'" + ProcModel.ModelName + in checkCompleteness()
|
| H A D | CodeGenDAGPatterns.cpp | 2768 PrintError(TheRecord->getLoc(), "In " + TheRecord->getName() + ": " + Msg); in error() 3596 PrintError(PatDef->getLoc(), "Pattern doesn't match hasSideEffects = " + in InferFromPattern() 3603 PrintError(PatDef->getLoc(), "Pattern doesn't match mayStore = " + in InferFromPattern() 3612 PrintError(PatDef->getLoc(), "Pattern doesn't match mayLoad = " + in InferFromPattern() 4060 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 4063 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 4066 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 4119 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags() 4125 PrintError(Instr->getLoc(), "defined here"); in VerifyInstructionFlags() 4130 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
|
| H A D | CodeGenTarget.cpp | 780 PrintError(R->getLoc(), in CodeGenIntrinsic()
|
| H A D | SearchableTableEmitter.cpp | 699 PrintError(TypeOfRecordVal, in run()
|
| H A D | AsmMatcherEmitter.cpp | 1361 PrintError(Rec->getLoc(), "Invalid super class reference!"); in buildOperandClasses() 1367 PrintError(Rec->getLoc(), "Invalid super class reference!"); in buildOperandClasses() 2757 PrintError( in emitMnemonicAliasVariant()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 315 PrintError(existingProperty.getLoc(), in validateNode() 328 PrintError(type.getLoc(), in validateType() 338 PrintError(valueType.getLoc(), in validateType() 342 PrintError(valueType.getLoc(), in validateType() 347 PrintError(type.getLoc(), "unknown generic property type"); in validateType()
|
| H A D | ClangAttrEmitter.cpp | 3094 PrintError(Spelling->getLoc(), "Standard attributes must have " in GenerateHasAttrSpellingStringSwitch() 3439 PrintError(R.getLoc(), in CalculateDiagnostic()
|
| H A D | MveEmitter.cpp | 1297 PrintError("bad DAG argument type for code generation"); in getCodeForDagArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpander.cpp | 67 PrintError(Loc, in emit()
|
| H A D | GIMatchTree.cpp | 246 PrintError("Leaf " + LeafI->getName() + " is unreachable"); in runStep() 286 PrintError("Leaf " + Leaf.getName() + " is not fully traversed"); in runStep()
|