| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | PLTCall.cpp | 75 BC.MIB->addAnnotation(Instr, "PLTCall", true); in runOnFunctions()
|
| H A D | FrameAnalysis.cpp | 251 BC.MIB->addAnnotation(Inst, "ArgAccessEntry", 0U); in addArgAccessesFor() 254 BC.MIB->addAnnotation(Inst, "ArgAccessEntry", in addArgAccessesFor() 273 BC.MIB->addAnnotation(Inst, "FrameAccessEntry", (unsigned)FIEVector.size()); in addFIEFor()
|
| H A D | ShrinkWrapping.cpp | 110 BC.MIB->addAnnotation(Inst, getSaveTag(), FIE->RegOrImm, AllocatorId); in analyzeSaves() 161 BC.MIB->addAnnotation(Inst, getRestoreTag(), FIE->RegOrImm, in analyzeRestores() 314 BC.MIB->addAnnotation(Point, getSlotTag(), Output, AllocatorId); in checkStackPointerRestore() 357 BC.MIB->addAnnotation(Inst, getSlotTag(), FIEX->StackOffset, AllocatorId); in classifyStackAccesses() 374 BC.MIB->addAnnotation(*Inst, getSlotTag(), Offset, AllocatorId); in classifyCFIs() 401 BC.MIB->addAnnotation(Inst, getOffsetCFIRegTag(), in classifyCFIs() 407 BC.MIB->addAnnotation(Inst, getOffsetCFIRegTag(), in classifyCFIs() 515 BC.MIB->addAnnotation(Inst, "AccessesDeletedPos", 0U, AllocatorId); in collapseRegion() 1621 BC.MIB->addAnnotation(Inst, "DeleteMe", 0U, AllocatorId); in rebuildCFIForSP()
|
| H A D | ValidateInternalCalls.cpp | 171 BC.MIB->addAnnotation(ReachingInst, getProcessedICTag(), 0U); in fixCFGForIC()
|
| H A D | IndirectCallPromotion.cpp | 1210 BC.MIB->addAnnotation(*std::get<1>(IC), "DoICP", true); in runOnFunctions()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1678 const ValueType &addAnnotation(MCInst &Inst, unsigned Index, 1696 const ValueType &addAnnotation(MCInst &Inst, StringRef Name, 1699 return addAnnotation(Inst, getOrCreateAnnotationIndex(Name), Val, 1713 Val = addAnnotation(Inst, Index, ValueType(), AllocatorId);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 772 addAnnotation(Buffer, DTy->getAnnotations()); in constructTypeDIE() 853 void DwarfUnit::addAnnotation(DIE &Buffer, DINodeArray Annotations) { in addAnnotation() function in DwarfUnit 1010 addAnnotation(Buffer, CTy->getAnnotations()); in constructTypeDIE() 1251 addAnnotation(SPDie, SP->getAnnotations()); in applySubprogramAttributes() 1599 addAnnotation(MemberDie, DT->getAnnotations()); in constructMemberDIE()
|
| H A D | DwarfUnit.h | 299 void addAnnotation(DIE &Buffer, DINodeArray Annotations);
|
| H A D | DwarfCompileUnit.cpp | 187 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE() 1518 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyVariableAttributes()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 177 BC.MIB->addAnnotation(*Instr, Name, Count); in parseFunctionProfile()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 432 MIB.addAnnotation(*CurInst, Annotation, true); in annotate() 468 MIB.addAnnotation(*CurInst, Annotation, true); in annotate() 519 MIB.addAnnotation(*CurInst, Annotation, true); in annotate() 571 MIB.addAnnotation(*CurInst, Annotation, true); in annotate() 610 MIB.addAnnotation(*CurInst, Annotation, true); in annotate()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 1159 MIB->addAnnotation(Instruction, "AArch64Veneer", true); in disassemble() 1163 MIB->addAnnotation(It->second, "AArch64Veneer", true); in disassemble() 1366 MIB->addAnnotation(Instruction, "Size", static_cast<uint32_t>(Size)); in disassemble() 1990 MIB->addAnnotation(Instr, "NOP", static_cast<uint32_t>(1), AllocatorId); in buildCFG()
|
| H A D | BinaryContext.cpp | 1195 MIB->addAnnotation(Instruction, "AArch64Veneer", true); in handleAArch64Veneer() 1200 MIB->addAnnotation(It->second, "AArch64Veneer", true); in handleAArch64Veneer()
|