Home
last modified time | relevance | path

Searched refs:isFalkorShiftExtFast (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h315 static bool isFalkorShiftExtFast(const MachineInstr &MI);
H A DAArch64SchedFalkorDetails.td530 def FalkorShiftExtFastPred : SchedPredicate<[{TII->isFalkorShiftExtFast(*MI)}]>;
H A DAArch64InstrInfo.cpp879 bool AArch64InstrInfo::isFalkorShiftExtFast(const MachineInstr &MI) { in isFalkorShiftExtFast() function in AArch64InstrInfo