Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h499 static bool isFalkorShiftExtFast(const MachineInstr &MI);
HDAArch64SchedFalkorDetails.td530 def FalkorShiftExtFastPred : SchedPredicate<[{TII->isFalkorShiftExtFast(*MI)}]>;
HDAArch64InstrInfo.cpp930 bool AArch64InstrInfo::isFalkorShiftExtFast(const MachineInstr &MI) { in isFalkorShiftExtFast() function in AArch64InstrInfo