| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 52 void PrintNote(const Twine &Msg) { in PrintNote() function 56 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintNote() function 60 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function 67 PrintNote(Msg); in PrintFatalNote() 72 PrintNote(NoteLoc, Msg); in PrintFatalNote() 79 PrintNote(Rec->getLoc(), Msg); in PrintFatalNote() 86 PrintNote(RecVal->getLoc(), Msg); in PrintFatalNote() 183 PrintNote(Loc, MessageInit->getValue()); in dumpMessage()
|
| H A D | TGParser.cpp | 543 PrintNote(Prev->getLoc(), "location of previous definition"); in addDefOne() 574 PrintNote(Defset->Loc, "location of defset declaration"); in addDefOne() 616 PrintNote(Rec->getFieldLoc(Name), in resolveArguments() 3454 PrintNote({}, "references to multiclass template arguments cannot be " in ParseForeachDeclaration() 3605 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseBody() 4274 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseMultiClass()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/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 | 247 PrintNote(Loc, "operand " + Twine(Idx) + " of '" + getName() + in diagnoseAllSpecialTypes() 493 PrintNote(DiagLoc, "'" + OpName + "' seen with type '" + Ty.str() + "' in '" + in PrintSeenWithTypeIn() 692 PrintNote( in handleUnboundInParam()
|
| H A D | PatternParser.cpp | 193 PrintNote(DiagLoc, in parseInstructionPatternOperand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 25 void PrintNote(const Twine &Msg); 26 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg); 27 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | |
| H A D | GlobalISelCombinerEmitter.cpp | 669 void PrintNote(Twine Msg) const { ::PrintNote(RuleDef.getLoc(), Msg); } in PrintNote() function in __anon569e2aa20111::CombineRuleBuilder 1129 PrintNote("operand " + Twine(Idx) + " of '" + IP->getName() + in typecheckPatterns() 1250 PrintNote("MIFlags in '" + CGP->getName() + in checkSemantics() 1344 PrintNote("'" + IRoot->getInstName() + "' has " + in checkSemantics() 1794 PrintNote("operand " + Twine(PIdx) + " of '" + PFP.getName() + in emitPatFragMatchPattern() 1797 PrintNote("argument " + Twine(PIdx) + " of '" + PFName + "' is '" + in emitPatFragMatchPattern() 2003 PrintNote("while emitting pattern '" + P.getName() + "' (" + in emitInstructionApplyPattern() 2132 PrintNote("while emitting pattern '" + P.getName() + "' (" + in emitCodeGenInstructionApplyImmOperand() 2279 PrintNote("'" + OpName + "' is used multiple times"); in emitCodeGenInstructionMatchPattern() 2347 PrintNote("'" + OpName + "' is defined by '" + DefPat->getName() + "'"); in emitCodeGenInstructionMatchPattern()
|
| H A D | RegisterBankEmitter.cpp | 420 PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here"); in run() 421 PrintNote(Class.getDef()->getLoc(), "RegisterClass was declared here"); in run()
|
| H A D | CodeEmitterGen.cpp | 379 PrintNote(E); in addInstructionCasesForEncoding()
|
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| H A D | DecoderEmitter.cpp | 1946 PrintNote([&Rec](raw_ostream &OS) { in debugDumpRecord()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 312 PrintNote(property.getLoc(), "existing property"); in validateNode() 324 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 334 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 338 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 342 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
|
| H A D | MveEmitter.cpp | 1308 PrintNote("DAG: " + D->getAsString()); in getCodeForDagArg() 1310 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
|
| H A D | ClangDiagnosticsEmitter.cpp | 1649 PrintNote(PreviousByName->first->getLoc(), in EmitClangDiagsEnums()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | |
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | CodeGenIntrinsics.cpp | 239 PrintNote(Overloaded->TheDef->getLoc(), in CheckOverloadSuffixConflicts()
|
| H A D | RuntimeLibcallsEmitter.cpp | 415 PrintNote(Elt->getLoc(), "invalid entry `" + Elt->getName() + "`"); in emitSystemRuntimeLibrarySetCalls()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 469 PrintNote(PM.RetireControlUnit->getLoc(), in collectRetireControlUnits() 482 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo() 492 PrintNote(PM.StoreQueue->getLoc(), in collectLoadStoreQueueInfo()
|