Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAInfo.h90 static bool isSupportedExtensionWithVersion(StringRef Ext);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp1307 bool RISCVISAInfo::isSupportedExtensionWithVersion(StringRef Ext) { in isSupportedExtensionWithVersion() function in RISCVISAInfo
1334 if (Pos != Ext.size() && !isSupportedExtensionWithVersion(Ext)) in getTargetFeatureForExtension()