Home
last modified time | relevance | path

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

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