Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h208 static bool isGPRCopy(const MachineInstr &MI);
HDAArch64SchedCyclone.td124 def WriteIMovPred : SchedPredicate<[{TII->isGPRCopy(*MI)}]>;
HDAArch64InstrInfo.cpp2161 bool AArch64InstrInfo::isGPRCopy(const MachineInstr &MI) { in isGPRCopy() function in AArch64InstrInfo