Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:SU

87   bool isResourceAvailable(SUnit *SU);
88 bool reserveResources(SUnit *SU);
115 SUnit *SU;
123 SchedCandidate(): SU(nullptr), SCost(0) {}
176 bool checkHazard(SUnit *SU);
178 void releaseNode(SUnit *SU, unsigned ReadyCycle);
182 void bumpNode(SUnit *SU);
186 void removeReady(SUnit *SU);
214 void schedNode(SUnit *SU, bool IsTopNode) override;
216 void releaseTopNode(SUnit *SU) override;
218 void releaseBottomNode(SUnit *SU) override;
229 SUnit *SU, SchedCandidate &Candidate,
236 void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,