Home
last modified time | relevance | path

Searched refs:getOperandBundleTagID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp321 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext
322 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
H A DLLVMContextImpl.cpp227 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
H A DLLVMContextImpl.h1653 uint32_t getOperandBundleTagID(StringRef Tag) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h121 uint32_t getOperandBundleTagID(StringRef Tag) const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2928 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles()