Searched refs:isGPRZero (Results 1 – 3 of 3) sorted by relevance
67 static bool isGPRZero(const MachineInstr &MI);
113 def WriteZPred : SchedPredicate<[{TII->isGPRZero(*MI)}]>;
2043 bool AArch64InstrInfo::isGPRZero(const MachineInstr &MI) { in isGPRZero() function in AArch64InstrInfo