Searched refs:getOperandBundleTagID (Results 1 – 6 of 6) sorted by relevance
268 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext269 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
210 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
1378 uint32_t getOperandBundleTagID(StringRef Tag) const;
106 uint32_t getOperandBundleTagID(StringRef Tag) const;
109 uint32_t getOperandBundleTagID(StringRef Tag) const;
2576 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles()