Lines Matching refs:SystemZHazardRecognizer
45 unsigned SystemZHazardRecognizer::
61 unsigned SystemZHazardRecognizer::getCurrCycleIdx(SUnit *SU) const { in getCurrCycleIdx()
76 ScheduleHazardRecognizer::HazardType SystemZHazardRecognizer::
81 void SystemZHazardRecognizer::Reset() { in Reset()
92 SystemZHazardRecognizer::fitsIntoCurrentGroup(SUnit *SU) const { in fitsIntoCurrentGroup()
117 bool SystemZHazardRecognizer::has4RegOps(const MachineInstr *MI) const { in has4RegOps()
134 void SystemZHazardRecognizer::nextGroup() { in nextGroup()
167 void SystemZHazardRecognizer::dumpSU(SUnit *SU, raw_ostream &OS) const { in dumpSU()
208 void SystemZHazardRecognizer::dumpCurrGroup(std::string Msg) const { in dumpCurrGroup()
223 void SystemZHazardRecognizer::dumpProcResourceCounters() const { in dumpProcResourceCounters()
248 void SystemZHazardRecognizer::dumpState() const { in dumpState()
259 void SystemZHazardRecognizer::clearProcResCounters() { in clearProcResCounters()
270 void SystemZHazardRecognizer::
340 int SystemZHazardRecognizer::groupingCost(SUnit *SU) const { in groupingCost()
371 bool SystemZHazardRecognizer::isFPdOpPreferred_distance(SUnit *SU) const { in isFPdOpPreferred_distance()
386 int SystemZHazardRecognizer::
410 void SystemZHazardRecognizer::emitInstruction(MachineInstr *MI, in emitInstruction()
450 void SystemZHazardRecognizer::
451 copyState(SystemZHazardRecognizer *Incoming) { in copyState()