Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h73 static bool isFPRCopy(const MachineInstr &MI);
H A DAArch64SchedCyclone.td123 def WriteVMovPred : SchedPredicate<[{TII->isFPRCopy(*MI)}]>;
H A DAArch64InstrInfo.cpp2097 bool AArch64InstrInfo::isFPRCopy(const MachineInstr &MI) { in isFPRCopy() function in AArch64InstrInfo