Searched refs:SystemZHazardRecognizer (Results 1 – 5 of 5) sorted by relevance
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()[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()87 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()
21 SystemZHazardRecognizer.cpp