Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h79 bool isFPRCopy(const MachineInstr *MI) const;
HDAArch64SchedCyclone.td120 def WriteVMovPred : SchedPredicate<[{TII->isFPRCopy(MI)}]>;
HDAArch64InstrInfo.cpp1151 bool AArch64InstrInfo::isFPRCopy(const MachineInstr *MI) const { in isFPRCopy() function in AArch64InstrInfo