Searched refs:has4RegOps (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h78 bool has4RegOps(const MachineInstr *MI) const;
H A DSystemZHazardRecognizer.cpp105 if (CurrGroupSize == 2 && has4RegOps(SU->getInstr()))
117 bool SystemZHazardRecognizer::has4RegOps(const MachineInstr *MI) const { function in class:SystemZHazardRecognizer
204 if (has4RegOps(SU->getInstr()))
329 CurrGroupHas4RegOps |= has4RegOps(SU->getInstr());
364 if (CurrGroupSize == 2 && has4RegOps(SU->getInstr()))

Completed in 158 milliseconds