Lines Matching refs:TSchedModel
63 TSchedModel.init(&ST); in GCNHazardRecognizer()
269 const MCSchedClassDesc *SC = TSchedModel.resolveSchedClass(&MI); in getMFMAPipelineWaitStates()
270 assert(TSchedModel.getWriteProcResBegin(SC) != in getMFMAPipelineWaitStates()
271 TSchedModel.getWriteProcResEnd(SC)); in getMFMAPipelineWaitStates()
272 return TSchedModel.getWriteProcResBegin(SC)->Cycles; in getMFMAPipelineWaitStates()
1895 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
1972 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2095 TSchedModel.computeInstrLatency(MI1) == 2) in checkMAIHazards90A()
2114 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()
2164 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()
2344 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2445 switch (TSchedModel.computeInstrLatency(MFMA)) { in checkMAIVALUHazards()
2511 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2550 return W < (int)TSchedModel.computeInstrLatency(MAI); in ShouldPreferAnother()