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