Searched refs:Has8MSecExt (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 349 bool Has8MSecExt = false; variable 690 bool has8MSecExt() const { return Has8MSecExt; } in has8MSecExt()
|
| H A D | ARMScheduleM4.td | 22 IsNotMClass, HasDPVFP, HasFPARMv8, HasFullFP16, Has8MSecExt, HasV8,
|
| H A D | ARMInstrVFP.td | 318 Requires<[HasV8MMainline, Has8MSecExt]> { 331 Requires<[HasV8MMainline, Has8MSecExt]> { 2475 let Predicates = [HasV8_1MMainline, Has8MSecExt] in { 2480 let Predicates = [HasV8_1MMainline, Has8MSecExt] in { 2539 let Predicates = [HasV8_1MMainline, Has8MSecExt] in { 2544 let Predicates = [HasV8_1MMainline, Has8MSecExt] in { 2762 list<Predicate> Predicates = [HasV8_1MMainline, Has8MSecExt]; 2778 list<Predicate> Predicates = [HasV8_1MMainline, Has8MSecExt]; 2840 let Predicates = [HasV8_1MMainline, Has8MSecExt] in { 2864 let Predicates = [HasV8_1MMainline, Has8MSecExt] in {
|
| H A D | ARMPredicates.td | 147 def Has8MSecExt : Predicate<"Subtarget->has8MSecExt()">,
|
| H A D | ARMInstrThumb.td | 493 Requires<[IsThumb, Has8MSecExt]>, 567 Requires<[IsThumb, Has8MSecExt]>, 577 Requires<[IsThumb, Has8MSecExt]>, Sched<[WriteBr]>;
|
| H A D | ARM.td | 160 def Feature8MSecExt : SubtargetFeature<"8msecext", "Has8MSecExt", "true",
|
| H A D | ARMInstrThumb2.td | 4687 Requires<[Has8MSecExt]> { 4709 Requires<[IsThumb, Has8MSecExt]>; 4712 Requires<[IsThumb, Has8MSecExt]>; 4715 Requires<[IsThumb, Has8MSecExt]>; 4718 Requires<[IsThumb, Has8MSecExt]>;
|