Searched refs:SystemZHazardRecognizer (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 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 …]
|
D | SystemZMachineScheduler.h | 51 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec); 91 void dump(SystemZHazardRecognizer &HazardRec) const; 103 typedef std::map<MachineBasicBlock*, SystemZHazardRecognizer*> MBB2HazRec; 108 SystemZHazardRecognizer *HazardRec;
|
D | SystemZHazardRecognizer.h | 45 class SystemZHazardRecognizer : public ScheduleHazardRecognizer { 110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() function 156 void copyState(SystemZHazardRecognizer *Incoming);
|
D | SystemZMachineScheduler.cpp | 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()
|
D | CMakeLists.txt | 24 SystemZHazardRecognizer.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 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 …]
|
D | SystemZMachineScheduler.h | 51 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec); 91 void dump(SystemZHazardRecognizer &HazardRec) const; 103 typedef std::map<MachineBasicBlock*, SystemZHazardRecognizer*> MBB2HazRec; 108 SystemZHazardRecognizer *HazardRec;
|
D | SystemZHazardRecognizer.h | 45 class SystemZHazardRecognizer : public ScheduleHazardRecognizer { 110 SystemZHazardRecognizer(const SystemZInstrInfo *tii, in SystemZHazardRecognizer() function 156 void copyState(SystemZHazardRecognizer *Incoming);
|
D | SystemZMachineScheduler.cpp | 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()
|
D | CMakeLists.txt | 21 SystemZHazardRecognizer.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/ |
D | BUILD.gn | 40 "SystemZHazardRecognizer.cpp",
|