Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h73 bool isGPRZero(const MachineInstr *MI) const;
DAArch64SchedCyclone.td110 def WriteZPred : SchedPredicate<[{TII->isGPRZero(MI)}]>;
DAArch64InstrInfo.cpp1109 bool AArch64InstrInfo::isGPRZero(const MachineInstr *MI) const { in isGPRZero() function in AArch64InstrInfo