Searched refs:isExynosShiftLeftFast (Results 1 – 5 of 5) sorted by relevance
11045 if ((TII->isExynosShiftLeftFast(*MI))11055 if ((TII->isExynosShiftLeftFast(*MI))11079 if ((TII->isExynosShiftLeftFast(*MI))11089 if ((TII->isExynosShiftLeftFast(*MI))11140 if ((TII->isExynosShiftLeftFast(*MI)))11148 if ((TII->isExynosShiftLeftFast(*MI)))11210 if ((TII->isExynosShiftLeftFast(*MI))11218 if ((TII->isExynosShiftLeftFast(*MI))11228 if ((TII->isExynosShiftLeftFast(*MI))11236 if ((TII->isExynosShiftLeftFast(*MI))[all …]
258 bool isExynosShiftLeftFast(const MachineInstr &MI) const;
120 def M3ShiftLeftFastPred : SchedPredicate<[{TII->isExynosShiftLeftFast(*MI)}]>;
69 def M1ShiftLeftFastPred : SchedPredicate<[{TII->isExynosShiftLeftFast(*MI)}]>;
679 if (isExynosResetFast(MI) || isExynosShiftLeftFast(MI)) in isAsCheapAsAMove()813 bool AArch64InstrInfo::isExynosShiftLeftFast(const MachineInstr &MI) const { in isExynosShiftLeftFast() function in AArch64InstrInfo