Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp306 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext
307 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
H A DLLVMContextImpl.cpp220 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
H A DLLVMContextImpl.h1581 uint32_t getOperandBundleTagID(StringRef Tag) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h120 uint32_t getOperandBundleTagID(StringRef Tag) const;
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2796 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles()