Lines Matching refs:TSchedModel
64 TSchedModel.init(&ST); in GCNHazardRecognizer()
275 const MCSchedClassDesc *SC = TSchedModel.resolveSchedClass(&MI); in getMFMAPipelineWaitStates()
276 assert(TSchedModel.getWriteProcResBegin(SC) != in getMFMAPipelineWaitStates()
277 TSchedModel.getWriteProcResEnd(SC)); in getMFMAPipelineWaitStates()
278 return TSchedModel.getWriteProcResBegin(SC)->ReleaseAtCycle; in getMFMAPipelineWaitStates()
2039 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2116 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2259 TSchedModel.computeInstrLatency(MI1) == 2) in checkMAIHazards90A()
2276 int NumPasses = TSchedModel.computeInstrLatency(MI1); in checkMAIHazards90A()
2326 int NumPasses = TSchedModel.computeInstrLatency(MI1); in checkMAIHazards90A()
2562 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2653 int NumPasses = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2719 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2758 return W < (int)TSchedModel.computeInstrLatency(MAI); in ShouldPreferAnother()