Searched refs:TSchedModel (Results 1 – 5 of 5) sorted by relevance
76 TargetSchedModel TSchedModel; member in __anon98023bcf0111::MachineCombiner169 assert(TSchedModel.hasInstrSchedModelOrItineraries() && in getDepth()196 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth()202 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()226 assert(TSchedModel.hasInstrSchedModelOrItineraries() && in getLatency()246 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()250 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()291 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]); in getLatenciesForInstrSequences()296 RootLatency += TSchedModel.computeInstrLatency(I); in getLatenciesForInstrSequences()314 assert(TSchedModel.hasInstrSchedModelOrItineraries() && in improvesCriticalPathLen()[all …]
118 TargetSchedModel TSchedModel; member in __anone35f04330111::X86CmovConverterPass173 TSchedModel.init(&STI); in runOnMachineFunction()465 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates()530 unsigned MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in checkForProfitableCmovCandidates()
50 TargetSchedModel TSchedModel; variable
888 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply() local889 if (!TSchedModel || DAG->SUnits.empty()) in apply()906 unsigned Lat = TSchedModel->computeInstrLatency(&MAI) - 1; in apply()
50 TSchedModel.init(&ST); in GCNHazardRecognizer()1266 TSchedModel.computeInstrLatency(MI)); in checkMAIHazards()1343 TSchedModel.computeInstrLatency(MI)); in checkMAIHazards()