Searched refs:removeAnnotation (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | ShrinkWrapping.h | 228 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 D | ValidateInternalCalls.h | 89 BC.MIB->removeAnnotation(Inst, getProcessedICTag()); in clearAnnotations()
|
| H A D | DataflowAnalysis.h | 308 BC.MIB->removeAnnotation(Inst, derived().getAnnotationIndex()); in cleanAnnotations()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | MCPlusBuilder.cpp | 214 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 D | FrameOptimizer.cpp | 126 MIB->removeAnnotation(Inst, "FrameAccessEntry"); in removeUnnecessaryLoads() 143 MIB->removeAnnotation(Inst, "FrameAccessEntry"); in removeUnnecessaryLoads()
|
| H A D | FrameAnalysis.cpp | 518 BC.MIB->removeAnnotation(Inst, "ArgAccessEntry"); in cleanAnnotations() 519 BC.MIB->removeAnnotation(Inst, "FrameAccessEntry"); in cleanAnnotations()
|
| H A D | ShrinkWrapping.cpp | 191 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 D | IndirectCallPromotion.cpp | 795 MIB->removeAnnotation(Inst, "CallProfile"); in rewriteCall()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1822 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 D | AArch64MCPlusBuilder.cpp | 873 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 D | X86MCPlusBuilder.cpp | 1740 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()
|