| /freebsd-14.2/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 | 73 PrintError(Loc, Msg); in ReturnError() 121 PrintError(getLoc(), in getNextChar() 398 PrintError(getLoc(), "Expected filename after include"); in LexInclude() 409 PrintError(getLoc(), "Could not find include file '" + Filename + "'"); in LexInclude() 441 PrintError(TokStart, "Unterminated comment!"); in SkipCComment() 769 PrintError(TokStart, "double #else"); in lexPreprocessor() 1014 PrintError(CurPtr, "Unexpected character"); in prepSkipDirectiveEnd() 1054 PrintError(CurBuf.end(), "Reached EOF without matching #endif"); in prepReportPreprocessorStackError() 1055 PrintError(PrepControl.SrcPos, "The latest preprocessor control is here"); in prepReportPreprocessorStackError()
|
| H A D | TGParser.cpp | 101 PrintError(R.getLoc(), in checkConcrete() 445 PrintError(Loop.Loc, in resolve() 465 PrintError(Loop.Loc, Twine("attempting to loop over '") + in resolve() 547 PrintError(Rec->getLoc(), in addDefOne() 559 PrintError(Rec->getLoc(), Twine("record name '") + in addDefOne() 577 PrintError(Rec->getLoc(), Twine("adding record of incompatible type '") + in addDefOne() 3511 PrintError(SemiLoc, "A class or def body should not end with a semicolon"); in ParseBody() 4140 PrintError(SemiLoc, "A multiclass body should not end with a semicolon"); in ParseMultiClass()
|
| H A D | TGParser.h | 190 PrintError(L, Msg); in Error()
|
| H A D | Record.cpp | 1401 PrintError(CurRec->getLoc(), in Fold() 1741 PrintError(CurRec->getLoc(), "Step of !range can't be 0"); in Fold() 1767 PrintError(CurRec->getLoc(), in Fold() 1772 PrintError(CurRec->getLoc(), "!substr length must be nonnegative"); in Fold() 1787 PrintError(CurRec->getLoc(), in Fold()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | Patterns.cpp | 37 PrintError(DiagLoc, DiagCtx + ": invalid operand name format '" + in get() 207 PrintError(Loc, Msg); in diagnoseAllSpecialTypes() 232 PrintError(Loc, +"'" + getInstName() + "' expected " + in checkSemantics() 421 PrintError(DiagLoc, "conflicting types for operand '" + in check() 536 PrintError("duplicate parameter '" + Op.Name + "'"); in checkSemantics() 558 PrintError("output parameter '" + Op.Name + in checkSemantics() 564 PrintError("duplicate parameter '" + Op.Name + "'"); in checkSemantics() 572 PrintError("output parameter '" + Op.Name + in checkSemantics() 599 PrintError(ClassName + " can only have one root"); in checkSemantics() 664 PrintError("Operand '" + OpName + in buildOperandsTables() [all …]
|
| H A D | CodeExpander.cpp | 63 PrintError(Loc, in emit()
|
| H A D | Patterns.h | 593 void PrintError(Twine Msg) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 660 void PrintError(Twine Msg) const { ::PrintError(&RuleDef, Msg); } in PrintError() function in __anon26f8cc580111::CombineRuleBuilder 998 PrintError("'" + Name + in addApplyPattern() 1025 PrintError("'" + BP->getInstName() + in addMatchPattern() 1183 PrintError( in checkSemantics() 1228 PrintError( in checkSemantics() 1254 PrintError(Name + in checkSemantics() 1428 PrintError("Operand '" + OpName + in buildRuleOperandsTable() 1433 PrintError("Operand '" + OpName + in buildRuleOperandsTable() 1541 ::PrintError(DiagLoc, in parsePatternList() 1846 ::PrintError( in parsePatFragParamList() [all …]
|
| H A D | PseudoLoweringEmitter.cpp | 94 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in addDagOperandMapping() 142 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 149 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 159 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 167 PrintError(Rec, "In pseudo instruction '" + Rec->getName() + in evaluateExpansion() 206 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 | DisassemblerEmitter.cpp | 112 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict"); in EmitDisassembler()
|
| H A D | DirectiveEmitter.cpp | 87 PrintError("enumClauseValue field not set in Clause" + in GenerateEnumClauseVal() 128 PrintError("Clause " + VerClause.getClause().getRecordName() + in HasDuplicateClauses() 283 PrintError("At least one " + Enum + " must be defined as default."); in GenerateGetKind() 322 PrintError("At least one val in Clause " + C.getFormattedName() + in GenerateGetKindClauseVal() 330 PrintError("enumClauseValue field not set in Clause" + in GenerateGetKindClauseVal()
|
| H A D | CodeGenHwModes.cpp | 48 PrintError(R->getLoc(), "in record " + R->getName() + in HwModeSelect()
|
| H A D | CodeGenSchedule.cpp | 267 PrintError(R->getLoc(), "STIPredicate " + Name + " multiply declared."); in checkSTIPredicates() 472 PrintError(TIIPred->getLoc(), in checkMCInstPredicates() 485 PrintError(RCU->getLoc(), in collectRetireControlUnits() 501 PrintError(Queue->getLoc(), in collectLoadStoreQueueInfo() 512 PrintError(Queue->getLoc(), in collectLoadStoreQueueInfo() 1107 PrintError( in createInstRWClass() 1143 PrintError( in createInstRWClass() 2013 PrintError(Inst->TheDef->getLoc(), in checkCompleteness() 2034 PrintError(Inst->TheDef->getLoc(), "'" + ProcModel.ModelName + in checkCompleteness()
|
| H A D | CodeEmitterGen.cpp | 130 PrintError(R, Twine("No operand named ") + VarName + " in record " + R->getName()); in addCodeToMergeInOperand() 135 PrintError(R, "Operand " + VarName + " used but also marked as not emitted!"); in addCodeToMergeInOperand()
|
| H A D | CodeGenDAGPatterns.cpp | 2836 PrintError(TheRecord->getLoc(), "In " + TheRecord->getName() + ": " + Msg); in error() 3668 PrintError(PatDef->getLoc(), "Pattern doesn't match hasSideEffects = " + in InferFromPattern() 3675 PrintError(PatDef->getLoc(), "Pattern doesn't match mayStore = " + in InferFromPattern() 3684 PrintError(PatDef->getLoc(), "Pattern doesn't match mayLoad = " + in InferFromPattern() 4130 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 4133 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 4136 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 4189 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags() 4195 PrintError(Instr->getLoc(), "defined here"); in VerifyInstructionFlags() 4200 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
|
| H A D | DecoderEmitter.cpp | 2060 PrintError(EncodingDef.getLoc(), in populateInstruction() 2093 PrintError(EncodingDef.getLoc(), in populateInstruction()
|
| H A D | AsmMatcherEmitter.cpp | 1375 PrintError(Rec->getLoc(), "Invalid super class reference!"); in buildOperandClasses() 1381 PrintError(Rec->getLoc(), "Invalid super class reference!"); in buildOperandClasses() 2777 PrintError( in emitMnemonicAliasVariant()
|
| H A D | SearchableTableEmitter.cpp | 707 PrintError(TypeOfRecordVal, in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 34 void PrintError(const Twine &Msg); 35 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg); 36 void PrintError(const char *Loc, const Twine &Msg); 37 void PrintError(const Record *Rec, const Twine &Msg); 38 void PrintError(const RecordVal *RecVal, const Twine &Msg);
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 316 PrintError(existingProperty.getLoc(), in validateNode() 329 PrintError(type.getLoc(), in validateType() 339 PrintError(valueType.getLoc(), in validateType() 343 PrintError(valueType.getLoc(), in validateType() 348 PrintError(type.getLoc(), "unknown generic property type"); in validateType()
|
| H A D | MveEmitter.cpp | 1303 PrintError("bad DAG argument type for code generation"); in getCodeForDagArg()
|
| H A D | ClangAttrEmitter.cpp | 3525 PrintError(Spelling.getSpellingRecord().getLoc(), in GenerateHasAttrSpellingStringSwitch() 3937 PrintError(R.getLoc(), in CalculateDiagnostic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4801 auto PrintError = [&](StringRef Msg) { in validateTHAndScopeBits() local 4810 return PrintError("instruction must use th:TH_ATOMIC_RETURN"); in validateTHAndScopeBits() 4818 return PrintError("invalid th value for SMEM instruction"); in validateTHAndScopeBits() 4825 return PrintError("scope and th combination is not valid"); in validateTHAndScopeBits() 4834 return PrintError("invalid th value for atomic instructions"); in validateTHAndScopeBits() 4837 return PrintError("invalid th value for store instructions"); in validateTHAndScopeBits() 4840 return PrintError("invalid th value for load instructions"); in validateTHAndScopeBits()
|