Searched refs:PrintNote (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 45 void PrintNote(const Twine &Msg) { in PrintNote() function 49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function 56 PrintNote(Msg); in PrintFatalNote() 63 PrintNote(NoteLoc, Msg); in PrintFatalNote() 72 PrintNote(Rec->getLoc(), Msg); in PrintFatalNote() 81 PrintNote(RecVal->getLoc(), Msg); in PrintFatalNote() 167 PrintNote(MessageInit->getValue()); in CheckAssert() 169 PrintNote("(assert message is not a string)"); in CheckAssert() 177 PrintNote(Loc, MessageInit->getValue()); in dumpMessage()
|
| H A D | TGParser.cpp | 549 PrintNote(Prev->getLoc(), "location of previous definition"); in addDefOne() 580 PrintNote(Defset->Loc, "location of defset declaration"); in addDefOne() 621 PrintNote(Rec->getFieldLoc(Name), in resolveArguments() 3361 PrintNote({}, "references to multiclass template arguments cannot be " in ParseForeachDeclaration() 3512 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseBody() 4141 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseMultiClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpander.cpp | 58 PrintNote("Code: [{" + Code + "}]"); in emit() 65 PrintNote("Code: [{" + Code + "}]"); in emit() 76 PrintNote("Code: [{" + Code + "}]"); in emit()
|
| H A D | Patterns.cpp | 208 PrintNote(Loc, "operand " + Twine(Idx) + " of '" + getName() + in diagnoseAllSpecialTypes() 445 PrintNote(DiagLoc, "'" + OpName + "' seen with type '" + Ty.str() + "' in '" + in PrintSeenWithTypeIn() 643 PrintNote( in handleUnboundInParam()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 22 void PrintNote(const Twine &Msg); 23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 319 PrintNote(property.getLoc(), "existing property"); in validateNode() 331 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 341 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 345 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 349 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
|
| H A D | MveEmitter.cpp | 1304 PrintNote("DAG: " + D->getAsString()); in getCodeForDagArg() 1306 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | RegisterBankEmitter.cpp | 326 PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here"); in run() 327 PrintNote(Class.getDef()->getLoc(), "RegisterClass was declared here"); in run()
|
| H A D | GlobalISelCombinerEmitter.cpp | 662 void PrintNote(Twine Msg) const { ::PrintNote(RuleDef.getLoc(), Msg); } in PrintNote() function in __anon26f8cc580111::CombineRuleBuilder 1185 PrintNote("MIFlags in '" + CGP->getName() + in checkSemantics() 1262 PrintNote("'" + IRoot->getInstName() + "' has " + in checkSemantics() 1628 PrintNote("operand name is '" + OpName->getAsUnquotedString() + "'"); in parseInstructionPatternOperand() 2078 PrintNote("operand " + Twine(PIdx) + " of '" + PFP.getName() + in emitPatFragMatchPattern() 2081 PrintNote("argument " + Twine(PIdx) + " of '" + PFName + "' is '" + in emitPatFragMatchPattern() 2244 PrintNote("while emitting pattern '" + P.getName() + "' (" + in emitInstructionApplyPattern() 2365 PrintNote("while emitting pattern '" + P.getName() + "' (" + in emitCodeGenInstructionApplyImmOperand() 2533 PrintNote("'" + OpName + "' is defined by '" + DefPat->getName() + "'"); in emitCodeGenInstructionMatchPattern()
|
| H A D | CodeEmitterGen.cpp | 337 PrintNote(E); in addInstructionCasesForEncoding()
|
| H A D | CodeGenSchedule.cpp | 487 PrintNote(PM.RetireControlUnit->getLoc(), in collectRetireControlUnits() 503 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo() 514 PrintNote(PM.StoreQueue->getLoc(), in collectLoadStoreQueueInfo()
|
| H A D | DecoderEmitter.cpp | 1919 PrintNote(E); in debugDumpRecord()
|