Searched refs:LessExtName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RISCVISAInfo.cpp | 288 struct LessExtName { struct 304 auto I = llvm::lower_bound(ExtInfo, ExtName, LessExtName()); in findDefaultVersion() 342 llvm::lower_bound(SupportedExperimentalExtensions, Ext, LessExtName()); in isExperimentalExtension() 356 auto I = llvm::lower_bound(ExtInfo, Ext, LessExtName()); in isSupportedExtensionFeature() 365 auto I = llvm::lower_bound(ExtInfo, Ext, LessExtName()); in isSupportedExtension() 378 std::equal_range(ExtInfo.begin(), ExtInfo.end(), Ext, LessExtName()); in isSupportedExtension() 627 llvm::lower_bound(ExtensionInfos, ExtName, LessExtName()); in parseFeatures()
|