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
185 bool operator()(const RISCVSupportedExtension &LHS, StringRef RHS) { in operator ()()
188 bool operator()(StringRef LHS, const RISCVSupportedExtension &RHS) { in operator ()()
243 ArrayRef<RISCVSupportedExtension> ExtInfo = in isSupportedExtensionFeature()
306 for (const RISCVSupportedExtension &Ext : SupportedExtensions) { in toFeatures()
312 for (const RISCVSupportedExtension &Ext : SupportedExperimentalExtensions) { in toFeatures()