Searched refs:LessExtName (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVISAInfo.cpp | 184 struct LessExtName { struct 200 auto I = llvm::lower_bound(ExtInfo, ExtName, LessExtName()); in findDefaultVersion() 233 llvm::lower_bound(SupportedExperimentalExtensions, Ext, LessExtName()); in isExperimentalExtension() 247 auto I = llvm::lower_bound(ExtInfo, Ext, LessExtName()); in isSupportedExtensionFeature() 256 auto I = llvm::lower_bound(ExtInfo, Ext, LessExtName()); in isSupportedExtension() 269 std::equal_range(ExtInfo.begin(), ExtInfo.end(), Ext, LessExtName()); in isSupportedExtension() 463 llvm::lower_bound(ExtensionInfos, ExtName, LessExtName()); in parseFeatures()
|
H A D | RISCVTargetParser.cpp | 139 struct LessExtName { struct
|