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