Home
last modified time | relevance | path

Searched refs:isGPRZero (Results 1 – 7 of 7) 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h74 static bool isGPRZero(const MachineInstr &MI);
DAArch64SchedCyclone.td113 def WriteZPred : SchedPredicate<[{TII->isGPRZero(*MI)}]>;
DAArch64InstrInfo.cpp1717 bool AArch64InstrInfo::isGPRZero(const MachineInstr &MI) { in isGPRZero() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc12888 if ((TII->isGPRZero(*MI)))
12903 if ((TII->isGPRZero(*MI)))
13543 if ((TII->isGPRZero(*MI)))