Searched refs:isSupportedExtensionWithVersion (Results 1 – 2 of 2) sorted by relevance
73 static bool isSupportedExtensionWithVersion(StringRef Ext);
987 bool RISCVISAInfo::isSupportedExtensionWithVersion(StringRef Ext) { in isSupportedExtensionWithVersion() function in RISCVISAInfo1014 if (Pos != Ext.size() && !isSupportedExtensionWithVersion(Ext)) in getTargetFeatureForExtension()