Searched refs:SupportedExtensions (Results 1 – 1 of 1) sorted by relevance
42 static const RISCVSupportedExtension SupportedExtensions[] = { variable165 for (auto &ExtInfo : {ArrayRef(SupportedExtensions), in findDefaultVersion()226 return llvm::any_of(SupportedExtensions, FindByName(Ext)); in isSupportedExtensionFeature()230 return llvm::any_of(SupportedExtensions, FindByName(Ext)) || in isSupportedExtension()240 return llvm::any_of(SupportedExtensions, FindByNameAndVersion) || in isSupportedExtension()349 for (const RISCVSupportedExtension &Ext : SupportedExtensions) { in toFeatures()486 : ArrayRef(SupportedExtensions); in parseFeatures()