Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance
312 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext313 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
221 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
156 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module157 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
1652 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
113 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
381 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2587 M.getOperandBundleTags(Tags); in writeOperandBundleTags()