Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp27 struct RISCVSupportedExtension { struct
32 bool operator<(const RISCVSupportedExtension &RHS) const { in operator <() argument
184 bool operator()(const RISCVSupportedExtension &LHS, StringRef RHS) { in operator ()()
187 bool operator()(StringRef LHS, const RISCVSupportedExtension &RHS) { in operator ()()
242 ArrayRef<RISCVSupportedExtension> ExtInfo = in isSupportedExtensionFeature()
305 for (const RISCVSupportedExtension &Ext : SupportedExtensions) { in toFeatures()
311 for (const RISCVSupportedExtension &Ext : SupportedExperimentalExtensions) { in toFeatures()