Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance
293 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext294 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
190 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
192 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module193 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
1827 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
114 LLVM_ABI void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
365 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2730 M.getOperandBundleTags(Tags); in writeOperandBundleTags()