Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h73 bool isFPRCopy(const MachineInstr &MI) const;
DAArch64SchedCyclone.td121 def WriteVMovPred : SchedPredicate<[{TII->isFPRCopy(*MI)}]>;
DAArch64InstrInfo.cpp1326 bool AArch64InstrInfo::isFPRCopy(const MachineInstr &MI) const { in isFPRCopy() function in AArch64InstrInfo