Searched refs:PrintNote (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| H A D | TGParser.cpp | 472 PrintNote(Prev->getLoc(), "location of previous definition"); in addDefOne() 500 PrintNote(Defset->Loc, "location of defset declaration"); in addDefOne() 2913 PrintNote({}, "references to multiclass template arguments cannot be " in ParseForeachDeclaration() 3065 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseBody() 3674 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseMultiClass()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpander.cpp | 61 PrintNote("Code: [{" + Code + "}]"); in emit() 68 PrintNote("Code: [{" + Code + "}]"); in emit() 79 PrintNote("Code: [{" + Code + "}]"); in emit()
|
| H A D | GIMatchTree.cpp | 247 PrintNote("Leaf " + FullyTestedLeafI->getName() + in runStep() 287 PrintNote("This indicates a missing partitioner within tblgen"); in runStep() 290 PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(InstrIdx))); in runStep() 292 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx))); in runStep()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 22 void PrintNote(const Twine &Msg); 23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | 528 PrintNote("Pattern was `" + Matchers->getArg(I)->getAsString() + "'"); in parseMatcher() 539 PrintNote("in " + to_string(*NameAndDefOp.N) + " created from " + in parseMatcher() 685 PrintNote("Node " + to_string(*E->getFromMI())); in makeCombineRule() 686 PrintNote("Node " + to_string(*E->getToMI())); in makeCombineRule() 687 PrintNote("Edge " + to_string(*E)); in makeCombineRule() 803 PrintNote(SMLoc(), in generateCodeForTree() 879 PrintNote(Combiner->getLoc(), in run() 905 PrintNote(Combiner->getLoc(), in run()
|
| H A D | RegisterBankEmitter.cpp | 308 PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here"); in run() 309 PrintNote(Class.getDef()->getLoc(), "RegisterClass was declared here"); in run()
|
| H A D | CodeEmitterGen.cpp | 359 PrintNote(E); in getInstructionCaseForEncoding()
|
| H A D | CodeGenSchedule.cpp | 468 PrintNote(PM.RetireControlUnit->getLoc(), in collectRetireControlUnits() 484 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo() 495 PrintNote(PM.StoreQueue->getLoc(), in collectLoadStoreQueueInfo()
|
| H A D | DecoderEmitter.cpp | 1917 PrintNote(E); in debugDumpRecord()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | BackGuide.rst | 690 * ``PrintNote`` prints a note. It is often used after one of the previous
|