Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h70 static bool isGPRCopy(const MachineInstr &MI);
H A DAArch64SchedCyclone.td122 def WriteIMovPred : SchedPredicate<[{TII->isGPRCopy(*MI)}]>;
H A DAArch64InstrInfo.cpp2067 bool AArch64InstrInfo::isGPRCopy(const MachineInstr &MI) { in isGPRCopy() function in AArch64InstrInfo