Home
last modified time | relevance | path

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

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