Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h205 static bool isGPRZero(const MachineInstr &MI);
H A DAArch64SchedCyclone.td115 def WriteZPred : SchedPredicate<[{TII->isGPRZero(*MI)}]>;
H A DAArch64InstrInfo.cpp2137 bool AArch64InstrInfo::isGPRZero(const MachineInstr &MI) { in isGPRZero() function in AArch64InstrInfo