Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h64 static bool isGPRZero(const MachineInstr &MI);
H A DAArch64SchedCyclone.td115 def WriteZPred : SchedPredicate<[{TII->isGPRZero(*MI)}]>;
H A DAArch64InstrInfo.cpp2044 bool AArch64InstrInfo::isGPRZero(const MachineInstr &MI) { in isGPRZero() function in AArch64InstrInfo