Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance
305 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext306 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
216 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
132 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module133 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
1619 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
113 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
363 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2496 M.getOperandBundleTags(Tags); in writeOperandBundleTags()