Home
last modified time | relevance | path

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

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