Home
last modified time | relevance | path

Searched refs:getAnnotationAs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1731 ValueType &getAnnotationAs(const MCInst &Inst, unsigned Index) const { in getAnnotationAs() function
1741 ValueType &getAnnotationAs(const MCInst &Inst, StringRef Name) const { in getAnnotationAs() function
1744 return getAnnotationAs<ValueType>(Inst, *Index); in getAnnotationAs()
1755 return getAnnotationAs<ValueType>(Inst, Index);
1786 return getAnnotationAs<ValueType>(Inst, Index); in tryGetAnnotationAs()
1804 return const_cast<ValueType &>(getAnnotationAs<ValueType>(Inst, Index)); in tryGetAnnotationAs()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryFunctionCallGraph.cpp179 const auto &ICSP = BC.MIB->getAnnotationAs<IndirectCallSiteProfile>( in buildCallGraph()
H A DShrinkWrapping.cpp490 BC.MIB->getAnnotationAs<decltype(FrameIndexEntry::StackOffset)>( in collapseRegion()
589 BC.MIB->getAnnotationAs<decltype(FrameIndexEntry::StackOffset)>( in insertRegion()
638 auto &WList = BC.MIB->getAnnotationAs<std::vector<WorklistItem>>( in performChanges()
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp199 return getAnnotationAs<uint16_t>(Inst, "JTIndexReg"); in getJumpTableIndexReg()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp3652 uint16_t IndexReg = getAnnotationAs<uint16_t>(IJmpInst, "JTIndexReg"); in jumpTablePromotion()