Searched refs:TargetDesc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | OptBisect.cpp | 31 StringRef TargetDesc, bool Running) { in printPassMessage() argument 34 << "(" << PassNum << ") " << Name << " on " << TargetDesc << "\n"; in printPassMessage() 44 const StringRef TargetDesc) { in checkPass() argument 49 printPassMessage(PassName, CurBisectNum, TargetDesc, ShouldRun); in checkPass()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | BinaryFunctionCallGraph.cpp | 167 using TargetDesc = std::pair<const MCSymbol *, uint64_t>; in buildCallGraph() typedef 168 using CallInfoTy = std::vector<TargetDesc>; in buildCallGraph() 241 for (const TargetDesc &CI : CallInfo) { in buildCallGraph()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | OptBisect.h | 81 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
|
| /llvm-project-15.0.7/bolt/runtime/ |
| H A D | instr.cpp | 1331 const IndCallTargetDescription *TargetDesc = in visitIndCallCounter() local 1333 if (!TargetDesc) { in visitIndCallCounter() 1344 Ctx->CallFlowTable->get(TargetDesc->Address).Calls += Entry.Val; in visitIndCallCounter() 1348 Ptr = serializeLoc(*Ctx, Ptr, TargetDesc->Loc, BufSize - (Ptr - LineBuf)); in visitIndCallCounter() 1379 const IndCallTargetDescription *TargetDesc = in visitCallFlowEntry() local 1381 if (!TargetDesc) { in visitCallFlowEntry() 1390 Ptr = serializeLoc(*Ctx, Ptr, TargetDesc->Loc, BufSize - (Ptr - LineBuf)); in visitCallFlowEntry()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/syntaxes/ |
| H A D | arm.disasm | 2 libIGL.so`igl::RenderPipelineDesc::TargetDesc::ColorAttachment::operator==:
|