Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h70 bool isGPRCopy(const MachineInstr &MI) const;
DAArch64SchedCyclone.td120 def WriteIMovPred : SchedPredicate<[{TII->isGPRCopy(*MI)}]>;
DAArch64InstrInfo.cpp1296 bool AArch64InstrInfo::isGPRCopy(const MachineInstr &MI) const { in isGPRCopy() function in AArch64InstrInfo