Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h211 static bool isFPRCopy(const MachineInstr &MI);
H A DAArch64SchedCyclone.td125 def WriteVMovPred : SchedPredicate<[{TII->isFPRCopy(*MI)}]>;
H A DAArch64InstrInfo.cpp2191 bool AArch64InstrInfo::isFPRCopy(const MachineInstr &MI) { in isFPRCopy() function in AArch64InstrInfo