Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProfiles.td141 class RISCVProfile<string name, list<SubtargetFeature> features>
149 : RISCVProfile<"experimental-"#name, features> {
153 def RVI20U32 : RISCVProfile<"rvi20u32", RVI20U32Features>;
154 def RVI20U64 : RISCVProfile<"rvi20u64", RVI20U64Features>;
155 def RVA20U64 : RISCVProfile<"rva20u64", RVA20U64Features>;
156 def RVA20S64 : RISCVProfile<"rva20s64", RVA20S64Features>;
157 def RVA22U64 : RISCVProfile<"rva22u64", RVA22U64Features>;
158 def RVA22S64 : RISCVProfile<"rva22s64", RVA22S64Features>;
159 def RVA23U64 : RISCVProfile<"rva23u64", RVA23U64Features>;
160 def RVA23S64 : RISCVProfile<"rva23s64", RVA23S64Features>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp37 struct RISCVProfile { struct
41 bool operator<(const RISCVProfile &RHS) const { in operator <() argument
570 auto ProfileCmp = [](StringRef Arch, const RISCVProfile &Profile) { in parseArchString()