Home
last modified time | relevance | path

Searched refs:getOperandBundleTags (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp283 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContext
284 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
H A DModule.cpp131 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() function in Module
132 return Context.getOperandBundleTags(Result); in getOperandBundleTags()
H A DLLVMContextImpl.cpp205 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() function in LLVMContextImpl
H A DLLVMContextImpl.h1353 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h130 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
H A DModule.h321 void getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const;
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2174 M.getOperandBundleTags(Tags); in writeOperandBundleTags()