Searched refs:getOperandBundleTagID (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLLVMContext.h95 /// \see LLVMContext::getOperandBundleTagID
98 /// getOperandBundleTagID - Maps a bundle tag to an integer ID. Every bundle
100 uint32_t getOperandBundleTagID(StringRef Tag) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h104 /// \see LLVMContext::getOperandBundleTagID
107 /// getOperandBundleTagID - Maps a bundle tag to an integer ID. Every bundle
109 uint32_t getOperandBundleTagID(StringRef Tag) const;
/external/llvm/lib/IR/
H A DLLVMContext.cpp303 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { function in class:LLVMContext
304 return pImpl->getOperandBundleTagID(Tag);
H A DLLVMContextImpl.cpp209 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { function in class:LLVMContextImpl
H A DLLVMContextImpl.h1158 /// \see LLVMContext::getOperandBundleTagID
1163 uint32_t getOperandBundleTagID(StringRef Tag) const;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2267 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName()));

Completed in 171 milliseconds