Home
last modified time | relevance | path

Searched refs:SystemZHazardRecognizer (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp45 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 …]
DSystemZMachineScheduler.h51 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec);
91 void dump(SystemZHazardRecognizer &HazardRec) const;
103 typedef std::map<MachineBasicBlock*, SystemZHazardRecognizer*> MBB2HazRec;
108 SystemZHazardRecognizer *HazardRec;
DSystemZHazardRecognizer.h45 class SystemZHazardRecognizer : public ScheduleHazardRecognizer {
110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() function
156 void copyState(SystemZHazardRecognizer *Incoming);
DSystemZMachineScheduler.cpp27 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()
DCMakeLists.txt21 SystemZHazardRecognizer.cpp