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()
197 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
130 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module131 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
1483 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
111 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
338 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2357 M.getOperandBundleTags(Tags); in writeOperandBundleTags()