Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp183 struct LessExtName { struct
199 auto I = llvm::lower_bound(ExtInfo, ExtName, LessExtName()); in findDefaultVersion()
232 llvm::lower_bound(SupportedExperimentalExtensions, Ext, LessExtName()); in isExperimentalExtension()
246 auto I = llvm::lower_bound(ExtInfo, Ext, LessExtName()); in isSupportedExtensionFeature()
255 auto I = llvm::lower_bound(ExtInfo, Ext, LessExtName()); in isSupportedExtension()
268 std::equal_range(ExtInfo.begin(), ExtInfo.end(), Ext, LessExtName()); in isSupportedExtension()
461 llvm::lower_bound(ExtensionInfos, ExtName, LessExtName()); in parseFeatures()