Home
last modified time | relevance | path

Searched refs:isExynosShiftLeftFast (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc11045 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h258 bool isExynosShiftLeftFast(const MachineInstr &MI) const;
DAArch64SchedExynosM3.td120 def M3ShiftLeftFastPred : SchedPredicate<[{TII->isExynosShiftLeftFast(*MI)}]>;
DAArch64SchedExynosM1.td69 def M1ShiftLeftFastPred : SchedPredicate<[{TII->isExynosShiftLeftFast(*MI)}]>;
DAArch64InstrInfo.cpp679 if (isExynosResetFast(MI) || isExynosShiftLeftFast(MI)) in isAsCheapAsAMove()
813 bool AArch64InstrInfo::isExynosShiftLeftFast(const MachineInstr &MI) const { in isExynosShiftLeftFast() function in AArch64InstrInfo