Lines Matching refs:TSchedModel
78 TargetSchedModel TSchedModel; member in __anon9511fe0e0111::MachineCombiner
237 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth()
246 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()
285 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()
289 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
342 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]); in getLatenciesForInstrSequences()
347 RootLatency += TSchedModel.computeInstrLatency(I); in getLatenciesForInstrSequences()
408 NewRootLatency = TSchedModel.computeInstrLatency(InsInstrs.back()); in improvesCriticalPathLen()
409 RootLatency = TSchedModel.computeInstrLatency(Root); in improvesCriticalPathLen()
448 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
554 if (InsInstrs.empty() || !TSchedModel.hasInstrSchedModelOrItineraries()) in verifyPatternOrder()
742 TSchedModel.init(STI); in runOnMachineFunction()