Searched refs:HasE2 (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.h | 100 bool HasE2; variable 187 bool hasE2() const { return HasE2; } in hasE2()
|
| H A D | CSKYSubtarget.cpp | 75 HasE2 = false; in initializeSubtargetDependencies()
|
| H A D | CSKY.td | 272 def HasE2 273 : SubtargetFeature<"e2", "HasE2", "true", "Support CSKY e2 instructions", 276 AssemblerPredicate<(all_of HasE2), 280 "Support CSKY 2e3 instructions", [HasE2]>; 392 …: ProcessorModel<n, m, !listconcat(f, [HasE2, FeatureTrust, FeatureBTST16, FeatureNVIC, ProcCK802]…
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 332 if (STI.hasFeature(CSKY::HasE2)) in relaxInstruction()
|
| H A D | CSKYELFStreamer.cpp | 198 if (STI.hasFeature(CSKY::HasE2)) in emitTargetAttributes()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 839 } else if (getSTI().hasFeature(CSKY::HasE2) && in processLRW()
|