Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance
283 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext284 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
131 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module132 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
205 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
1353 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
130 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
321 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
2174 M.getOperandBundleTags(Tags); in writeOperandBundleTags()