Home
last modified time | relevance | path

Searched refs:removeAnnotation (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DShrinkWrapping.h228 BC.MIB->removeAnnotation(Inst, getTodoTag()); in ~StackLayoutModifier()
229 BC.MIB->removeAnnotation(Inst, getSlotTag()); in ~StackLayoutModifier()
230 BC.MIB->removeAnnotation(Inst, getOffsetCFIRegTag()); in ~StackLayoutModifier()
519 BC.MIB->removeAnnotation(Inst, getAnnotationIndex()); in ~ShrinkWrapping()
H A DValidateInternalCalls.h89 BC.MIB->removeAnnotation(Inst, getProcessedICTag()); in clearAnnotations()
H A DDataflowAnalysis.h308 BC.MIB->removeAnnotation(Inst, derived().getAnnotationIndex()); in cleanAnnotations()
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp214 removeAnnotation(Inst, MCAnnotation::kJumpTable); in unsetJumpTable()
215 removeAnnotation(Inst, "JTIndexReg"); in unsetJumpTable()
239 removeAnnotation(Inst, MCAnnotation::kConditionalTailCall); in unsetConditionalTailCall()
266 removeAnnotation(Inst, MCAnnotation::kOffset); in clearOffset()
278 bool MCPlusBuilder::removeAnnotation(MCInst &Inst, unsigned Index) { in removeAnnotation() function in MCPlusBuilder
/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp126 MIB->removeAnnotation(Inst, "FrameAccessEntry"); in removeUnnecessaryLoads()
143 MIB->removeAnnotation(Inst, "FrameAccessEntry"); in removeUnnecessaryLoads()
H A DFrameAnalysis.cpp518 BC.MIB->removeAnnotation(Inst, "ArgAccessEntry"); in cleanAnnotations()
519 BC.MIB->removeAnnotation(Inst, "FrameAccessEntry"); in cleanAnnotations()
H A DShrinkWrapping.cpp191 BC.MIB->removeAnnotation(Inst, getSaveTag()); in ~CalleeSavedAnalysis()
192 BC.MIB->removeAnnotation(Inst, getRestoreTag()); in ~CalleeSavedAnalysis()
541 BC.MIB->removeAnnotation(Inst, "AccessesDeletedPos"); in setOffsetForCollapsedAccesses()
634 BC.MIB->removeAnnotation(Inst, "AccessesDeletedPos"); in performChanges()
H A DIndirectCallPromotion.cpp795 MIB->removeAnnotation(Inst, "CallProfile"); in rewriteCall()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1822 bool removeAnnotation(MCInst &Inst, unsigned Index);
1828 bool removeAnnotation(MCInst &Inst, StringRef Name) { in removeAnnotation() function
1832 return removeAnnotation(Inst, *Index); in removeAnnotation()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp873 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in convertTailCallToJmp()
881 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in lowerTailCall()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1740 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in convertTailCallToJmp()
1762 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in convertTailCallToCall()
1797 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in convertIndirectCallToLoad()
1936 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in lowerTailCall()