Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance
297 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext298 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
214 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
131 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module132 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
1580 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
112 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
342 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2447 M.getOperandBundleTags(Tags); in writeOperandBundleTags()