HomeSort by: relevance | last modified time | path
    Searched refs:has4RegOps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.h 78 bool has4RegOps(const MachineInstr *MI) const;
SystemZHazardRecognizer.cpp 105 if (CurrGroupSize == 2 && has4RegOps(SU->getInstr()))
117 bool SystemZHazardRecognizer::has4RegOps(const MachineInstr *MI) const {
204 if (has4RegOps(SU->getInstr()))
329 CurrGroupHas4RegOps |= has4RegOps(SU->getInstr());
364 if (CurrGroupSize == 2 && has4RegOps(SU->getInstr()))

Completed in 55 milliseconds