Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h67 static bool isGPRCopy(const MachineInstr &MI);
DAArch64SchedCyclone.td124 def WriteIMovPred : SchedPredicate<[{TII->isGPRCopy(*MI)}]>;
DAArch64InstrInfo.cpp2068 bool AArch64InstrInfo::isGPRCopy(const MachineInstr &MI) { in isGPRCopy() function in AArch64InstrInfo