Lines Matching refs:TSchedModel
63 TSchedModel.init(&ST); in GCNHazardRecognizer()
274 const MCSchedClassDesc *SC = TSchedModel.resolveSchedClass(&MI); in getMFMAPipelineWaitStates()
275 assert(TSchedModel.getWriteProcResBegin(SC) != in getMFMAPipelineWaitStates()
276 TSchedModel.getWriteProcResEnd(SC)); in getMFMAPipelineWaitStates()
277 return TSchedModel.getWriteProcResBegin(SC)->ReleaseAtCycle; in getMFMAPipelineWaitStates()
2056 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2133 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2256 TSchedModel.computeInstrLatency(MI1) == 2) in checkMAIHazards90A()
2275 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()
2325 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()
2538 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2639 switch (TSchedModel.computeInstrLatency(MFMA)) { in checkMAIVALUHazards()
2705 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2744 return W < (int)TSchedModel.computeInstrLatency(MAI); in ShouldPreferAnother()