Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h73 bool isGPRZero(const MachineInstr *MI) const;
HDAArch64SchedCyclone.td110 def WriteZPred : SchedPredicate<[{TII->isGPRZero(MI)}]>;
HDAArch64InstrInfo.cpp1097 bool AArch64InstrInfo::isGPRZero(const MachineInstr *MI) const { in isGPRZero() function in AArch64InstrInfo