Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance
277 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext278 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
193 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
134 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module135 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
1484 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
111 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
341 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2361 M.getOperandBundleTags(Tags); in writeOperandBundleTags()