Home
last modified time | relevance | path

Searched refs:TSchedModel (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp76 TargetSchedModel TSchedModel; member in __anon98023bcf0111::MachineCombiner
169 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp118 TargetSchedModel TSchedModel; member in __anone35f04330111::X86CmovConverterPass
173 TSchedModel.init(&STI); in runOnMachineFunction()
465 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates()
530 unsigned MispredictPenalty = TSchedModel.getMCSchedModel()->MispredictPenalty; in checkForProfitableCmovCandidates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h50 TargetSchedModel TSchedModel; variable
DAMDGPUSubtarget.cpp888 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply() local
889 if (!TSchedModel || DAG->SUnits.empty()) in apply()
906 unsigned Lat = TSchedModel->computeInstrLatency(&MAI) - 1; in apply()
DGCNHazardRecognizer.cpp50 TSchedModel.init(&ST); in GCNHazardRecognizer()
1266 TSchedModel.computeInstrLatency(MI)); in checkMAIHazards()
1343 TSchedModel.computeInstrLatency(MI)); in checkMAIHazards()