Searched refs:getOperandBundleTagID (Results 1 – 5 of 5) sorted by relevance
304 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext305 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
233 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
1028 uint32_t getOperandBundleTagID(StringRef Tag) const;
94 uint32_t getOperandBundleTagID(StringRef Tag) const;
1780 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in WriteOperandBundles()