Searched refs:getAnnotationAs (Results 1 – 5 of 5) sorted by relevance
1731 ValueType &getAnnotationAs(const MCInst &Inst, unsigned Index) const { in getAnnotationAs() function1741 ValueType &getAnnotationAs(const MCInst &Inst, StringRef Name) const { in getAnnotationAs() function1744 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()
179 const auto &ICSP = BC.MIB->getAnnotationAs<IndirectCallSiteProfile>( in buildCallGraph()
490 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()
199 return getAnnotationAs<uint16_t>(Inst, "JTIndexReg"); in getJumpTableIndexReg()
3652 uint16_t IndexReg = getAnnotationAs<uint16_t>(IJmpInst, "JTIndexReg"); in jumpTablePromotion()