Lines Matching defs:TSchedModel
78 TargetSchedModel TSchedModel;
233 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx,
242 LatencyOp = TSchedModel.computeOperandLatency(
285 LatencyOp = TSchedModel.computeOperandLatency(
291 LatencyOp = TSchedModel.computeInstrLatency(NewRoot);
325 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]);
330 RootLatency += TSchedModel.computeInstrLatency(I);
389 NewRootLatency = TSchedModel.computeInstrLatency(InsInstrs.back());
390 RootLatency = TSchedModel.computeInstrLatency(Root);
429 if (!TSchedModel.hasInstrSchedModel())
536 if (InsInstrs.empty() || !TSchedModel.hasInstrSchedModelOrItineraries())
724 TSchedModel.init(STI);