Lines Matching refs:TSchedModel
78 TargetSchedModel TSchedModel; member in __anon20cc5c180111::MachineCombiner
236 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth()
245 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
288 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
294 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
328 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]); in getLatenciesForInstrSequences()
333 RootLatency += TSchedModel.computeInstrLatency(I); in getLatenciesForInstrSequences()
392 NewRootLatency = TSchedModel.computeInstrLatency(InsInstrs.back()); in improvesCriticalPathLen()
393 RootLatency = TSchedModel.computeInstrLatency(Root); in improvesCriticalPathLen()
432 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
539 if (InsInstrs.empty() || !TSchedModel.hasInstrSchedModelOrItineraries()) in verifyPatternOrder()
727 TSchedModel.init(STI); in runOnMachineFunction()