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