Searched refs:HasE1 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.h | 98 bool HasE1; variable 186 bool hasE1() const { return HasE1; } in hasE1()
|
| H A D | CSKYSubtarget.cpp | 75 HasE1 = false; in initializeSubtargetDependencies()
|
| H A D | CSKY.td | 265 def HasE1 266 : SubtargetFeature<"e1", "HasE1", "true", "Support CSKY e1 instructions", 269 AssemblerPredicate<(all_of HasE1), 274 [HasE1]>; 383 …: ProcessorModel<n, m, !listconcat(f, [HasE1, FeatureTrust, FeatureBTST16, ProcCK801]), !listconca…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.cpp | 196 if (STI.hasFeature(CSKY::HasE1)) in emitTargetAttributes()
|