Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp45 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 …]
H A DSystemZMachineScheduler.h51 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec);
91 void dump(SystemZHazardRecognizer &HazardRec) const;
103 typedef std::map<MachineBasicBlock*, SystemZHazardRecognizer*> MBB2HazRec;
108 SystemZHazardRecognizer *HazardRec;
H A DSystemZHazardRecognizer.h45 class SystemZHazardRecognizer : public ScheduleHazardRecognizer {
110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() function
156 void copyState(SystemZHazardRecognizer *Incoming);
H A DSystemZMachineScheduler.cpp27 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()
H A DCMakeLists.txt24 SystemZHazardRecognizer.cpp
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn41 "SystemZHazardRecognizer.cpp",