Home
last modified time | relevance | path

Searched refs:addAnnotation (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPLTCall.cpp75 BC.MIB->addAnnotation(Instr, "PLTCall", true); in runOnFunctions()
H A DFrameAnalysis.cpp251 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 DShrinkWrapping.cpp110 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 DValidateInternalCalls.cpp171 BC.MIB->addAnnotation(ReachingInst, getProcessedICTag(), 0U); in fixCFGForIC()
H A DIndirectCallPromotion.cpp1210 BC.MIB->addAnnotation(*std::get<1>(IC), "DoICP", true); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1678 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 DDwarfUnit.cpp772 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 DDwarfUnit.h299 void addAnnotation(DIE &Buffer, DINodeArray Annotations);
H A DDwarfCompileUnit.cpp187 addAnnotation(*VariableDIE, GV->getAnnotations()); in getOrCreateGlobalVariableDIE()
1518 addAnnotation(VariableDie, DIVar->getAnnotations()); in applyVariableAttributes()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp177 BC.MIB->addAnnotation(*Instr, Name, Count); in parseFunctionProfile()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp432 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 DBinaryFunction.cpp1159 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 DBinaryContext.cpp1195 MIB->addAnnotation(Instruction, "AArch64Veneer", true); in handleAArch64Veneer()
1200 MIB->addAnnotation(It->second, "AArch64Veneer", true); in handleAArch64Veneer()