Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp47 static const RISCVSupportedExtension SupportedExtensions[] = { variable
216 assert(llvm::is_sorted(SupportedExtensions) && in verifyTables()
239 for (const auto &E : SupportedExtensions) in riscvExtensionsHelp()
302 for (auto &ExtInfo : {ArrayRef(SupportedExtensions), in findDefaultVersion()
354 : ArrayRef(SupportedExtensions); in isSupportedExtensionFeature()
363 for (auto ExtInfo : {ArrayRef(SupportedExtensions), in isSupportedExtension()
375 for (auto ExtInfo : {ArrayRef(SupportedExtensions), in isSupportedExtension()
487 for (const RISCVSupportedExtension &Ext : SupportedExtensions) { in toFeatures()
625 : ArrayRef(SupportedExtensions); in parseFeatures()