Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp301 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext
302 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
H A DLLVMContextImpl.cpp219 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
H A DLLVMContextImpl.h1522 uint32_t getOperandBundleTagID(StringRef Tag) const;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h120 uint32_t getOperandBundleTagID(StringRef Tag) const;
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2748 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles()