Home
last modified time | relevance | path

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

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