Searched refs:SystemZHazardRecognizer (Results 1 – 6 of 6) sorted by relevance
45 unsigned SystemZHazardRecognizer::76 ScheduleHazardRecognizer::HazardType SystemZHazardRecognizer::81 void SystemZHazardRecognizer::Reset() { in Reset()134 void SystemZHazardRecognizer::nextGroup() { in nextGroup()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()386 int SystemZHazardRecognizer::450 void SystemZHazardRecognizer::[all …]
51 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec);91 void dump(SystemZHazardRecognizer &HazardRec) const;103 typedef std::map<MachineBasicBlock*, SystemZHazardRecognizer*> MBB2HazRec;108 SystemZHazardRecognizer *HazardRec;
45 class SystemZHazardRecognizer : public ScheduleHazardRecognizer {110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() function156 void copyState(SystemZHazardRecognizer *Incoming);
27 dump(SystemZHazardRecognizer &HazardRec) const { in dump()88 HazardRec = SchedStates[MBB] = new SystemZHazardRecognizer(TII, &SchedModel); in enterMBB()141 SystemZHazardRecognizer *hazrec = I.second; in ~SystemZPostRASchedStrategy()201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate()
24 SystemZHazardRecognizer.cpp
41 "SystemZHazardRecognizer.cpp",