Searched refs:TSchedModel (Results 1 – 7 of 7) sorted by relevance
78 TargetSchedModel TSchedModel; member in __anonf5865b4f0111::MachineCombiner236 LatencyOp = TSchedModel.computeOperandLatency(DefInstr, DefIdx, in getDepth()243 LatencyOp = TSchedModel.computeOperandLatency( in getDepth()284 LatencyOp = TSchedModel.computeOperandLatency( in getLatency()288 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()341 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]); in getLatenciesForInstrSequences()346 RootLatency += TSchedModel.computeInstrLatency(I); in getLatenciesForInstrSequences()441 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()548 if (InsInstrs.empty() || !TSchedModel.hasInstrSchedModelOrItineraries()) in verifyPatternOrder()736 TSchedModel.init(STI); in runOnMachineFunction()
110 TargetSchedModel TSchedModel; member in __anon7ea6c8fc0111::SelectOptimize255 TSchedModel.init(TSI); in runOnFunction()990 uint64_t MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in getMispredictionCost()
125 TargetSchedModel TSchedModel; member in __anoncde2d3b30111::X86CmovConverterPass184 TSchedModel.init(&STI); in runOnMachineFunction()479 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates()544 unsigned MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in checkForProfitableCmovCandidates()
63 TSchedModel.init(&ST); in GCNHazardRecognizer()271 const MCSchedClassDesc *SC = TSchedModel.resolveSchedClass(&MI); in getMFMAPipelineWaitStates()272 assert(TSchedModel.getWriteProcResBegin(SC) != in getMFMAPipelineWaitStates()273 TSchedModel.getWriteProcResEnd(SC)); in getMFMAPipelineWaitStates()274 return TSchedModel.getWriteProcResBegin(SC)->Cycles; in getMFMAPipelineWaitStates()2021 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()2098 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()2221 TSchedModel.computeInstrLatency(MI1) == 2) in checkMAIHazards90A()2240 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()2290 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()[all …]
49 TargetSchedModel TSchedModel; variable
921 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply() local922 if (!TSchedModel || DAG->SUnits.empty()) in apply()939 unsigned Lat = TSchedModel->computeInstrLatency(&MAI) - 1; in apply()
1007 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply() local1008 if (!TSchedModel || DAGInstrs->SUnits.empty()) in apply()