Lines Matching +full:four +full:- +full:lane

1 //=- ARMScheduleSwift.td - Swift Scheduling Definitions -*- tablegen -*----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 // ===---------------------------------------------------------------------===//
31 // FIXME: Do we need to model the fact that uses of r15 in a micro-op force it
37 // FIXME: Model non-pipelined nature of FP div / sqrt unit.
41 let IssueWidth = 3; // 3 micro-ops are dispatched per cycle.
52 def IsFastImmShiftSwiftPred : SchedPredicate<[{TII->isSwiftFastImmShift(MI)}]>;
104 foreach Num = 1-4 in {
155 // MOV(register-shiftedregister) MVN(register-shiftedregister)
220 // 4.2.12 Integer Multiply (32-bit result)
250 // 4.2.13 Integer Multiply (32-bit result, Q flag)
289 // Aliasing sub-target specific WriteRes to generic ones
382 foreach Lat = 3-25 in {
392 foreach NumAddr = 1-16 in {
393 def SwiftLMAddr#NumAddr#Pred : SchedPredicate<"TII->getNumLDMAddresses(*MI) == "#NumAddr>;
512 foreach NumAddr = 1-16 in {
585 foreach Num = 1-4 in {
683 foreach Num = 1-28 in {
691 // Pre RA pseudos - load/store to a Q register as a D register pair.
715 // Load of 3 D registers. (Must also be able to handle s register list -
849 // Assume four Q registers.
869 foreach Num = 1-2 in {
889 /// Four Register.
895 // Two/four register.
914 // Four element structure loads.
930 // Single all/lane loads.
961 // Four element structure.
1006 // Four element structure store.
1012 // Single/all lane store.
1030 // Four element structure.
1051 // ===---------------------------------------------------------------------===//
1052 // Floating-point. Map target defined SchedReadWrite to processor specific ones