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.cpp302 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext
303 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
H A DLLVMContextImpl.cpp196 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
H A DLLVMContextImpl.h1828 uint32_t getOperandBundleTagID(StringRef Tag) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h123 LLVM_ABI uint32_t getOperandBundleTagID(StringRef Tag) const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3084 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles()