Searched refs:PrintNote (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 2795 PrintNote({}, "references to multiclass template arguments cannot be " in ParseForeachDeclaration() 2947 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseBody() 3541 PrintNote("Semicolon ignored; remove to eliminate this error"); in ParseMultiClass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpander.cpp | 62 PrintNote("Code: [{" + Code + "}]"); in emit() 69 PrintNote("Code: [{" + Code + "}]"); in emit() 80 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Error.h | 22 void PrintNote(const Twine &Msg); 23 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
/netbsd-src/external/apache2/llvm/dist/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() 780 PrintNote(SMLoc(), in generateCodeForTree() 853 PrintNote(Combiner->getLoc(), in run() 879 PrintNote(Combiner->getLoc(), in run()
|
H A D | RegisterBankEmitter.cpp | 311 PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here"); in run() 312 PrintNote(Class.getDef()->getLoc(), "RegisterClass was declared here"); in run()
|
H A D | CodeGenSchedule.cpp | 469 PrintNote(PM.RetireControlUnit->getLoc(), in collectRetireControlUnits() 485 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo() 496 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 318 PrintNote(property.getLoc(), "existing property"); in validateNode() 330 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 340 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 344 if (context) PrintNote(context.getLoc(), "type used here"); in validateType() 348 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
|
H A D | MveEmitter.cpp | 1298 PrintNote("DAG: " + D->getAsString()); in getCodeForDagArg() 1300 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
H A D | BackGuide.rst | 690 * ``PrintNote`` prints a note. It is often used after one of the previous
|