Searched refs:hasAnnotation (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | MCPlusBuilder.cpp | 124 assert(!hasAnnotation(Inst, MCAnnotation::kTailCall)); in setTailCall() 129 if (hasAnnotation(Inst, MCAnnotation::kTailCall)) in isTailCall() 264 if (!hasAnnotation(Inst, MCAnnotation::kOffset)) in clearOffset() 270 bool MCPlusBuilder::hasAnnotation(const MCInst &Inst, unsigned Index) const { in hasAnnotation() function in MCPlusBuilder 298 auto IsTC = hasAnnotation(Inst, MCAnnotation::kTailCall); in stripAnnotations()
|
| H A D | BinaryFunctionProfile.cpp | 109 if (!BC.MIB->hasAnnotation(*Instr, "NOP")) in postProcessProfile()
|
| H A D | BinaryFunction.cpp | 4442 if (!BC.MIB->hasAnnotation(Inst, "AArch64Veneer")) in isAArch64Veneer()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ValidateInternalCalls.cpp | 156 BC.MIB->hasAnnotation(ReachingInst, getProcessedICTag())) in fixCFGForIC() 221 if (!Target || BC.MIB->hasAnnotation(Inst, getProcessedICTag())) in analyzeFunction()
|
| H A D | BinaryFunctionCallGraph.cpp | 178 if (!DstSym && BC.MIB->hasAnnotation(Inst, "CallProfile")) { in buildCallGraph()
|
| H A D | ShrinkWrapping.cpp | 487 if (!BC.MIB->hasAnnotation(Inst, getSlotTag())) in collapseRegion() 539 if (!BC.MIB->hasAnnotation(Inst, "AccessesDeletedPos")) in setOffsetForCollapsedAccesses() 586 if (!BC.MIB->hasAnnotation(Inst, getSlotTag())) in insertRegion() 632 if (BC.MIB->hasAnnotation(Inst, "AccessesDeletedPos")) { in performChanges() 636 if (!BC.MIB->hasAnnotation(Inst, getTodoTag())) in performChanges() 1659 if (BC.MIB->hasAnnotation(*I, "DeleteMe")) in rebuildCFIForSP()
|
| H A D | RetpolineInsertion.cpp | 297 if (MIB.hasAnnotation(Inst, "PLTCall")) in runOnFunctions()
|
| H A D | JTFootprintReduction.cpp | 243 if (BC.MIB->hasAnnotation(*I, "DeleteMe")) in optimizeFunction()
|
| H A D | IndirectCallPromotion.cpp | 980 if (opts::ICPTopCallsites && !BC.MIB->hasAnnotation(Inst, "DoICP")) in canPromoteCallsite() 1174 BC.MIB->hasAnnotation(Inst, "CallProfile"); in runOnFunctions() 1251 BC.MIB->hasAnnotation(Inst, "CallProfile"); in runOnFunctions()
|
| H A D | BinaryPasses.cpp | 1811 if (BC.MIB->isNoop(Inst) && BC.MIB->hasAnnotation(Inst, "NOP")) in runOnFunction()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1681 assert(!hasAnnotation(Inst, Index)); 1753 if (!hasAnnotation(Inst, Index)) 1769 bool hasAnnotation(const MCInst &Inst, unsigned Index) const; 1772 bool hasAnnotation(const MCInst &Inst, StringRef Name) const { in hasAnnotation() function 1776 return hasAnnotation(Inst, *Index); in hasAnnotation() 1784 if (!hasAnnotation(Inst, Index)) in tryGetAnnotationAs() 1802 if (!hasAnnotation(Inst, Index)) in tryGetAnnotationAs()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 170 if (BC.MIB->hasAnnotation(*Instr, Name)) { in parseFunctionProfile()
|
| H A D | DataReader.cpp | 645 if (opts::Verbosity >= 1 && BC.MIB->hasAnnotation(*Instr, Name)) in convertBranchData()
|