Home
last modified time | relevance | path

Searched refs:hasInstrSchedModel (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
40 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
87 if (hasInstrSchedModel()) { in mustBeginGroup()
98 if (hasInstrSchedModel()) { in mustEndGroup()
113 if (hasInstrSchedModel()) { in getNumMicroOps()
188 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
261 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
267 if (hasInstrSchedModel()) in computeInstrLatency()
278 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
281 if (hasInstrSchedModel()) { in computeInstrLatency()
[all …]
DMachineScheduler.cpp1887 if (!SchedModel->hasInstrSchedModel()) in init()
1910 if (SchedModel->hasInstrSchedModel()) { in init()
2013 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2062 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2251 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2530 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
DMachineCombiner.cpp381 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
DScheduleDAGInstrs.cpp591 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
DMachineTraceMetrics.cpp120 if (!SchedModel.hasInstrSchedModel()) in getResources()
DMachinePipeliner.cpp932 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
975 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSchedule.h320 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
340 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
347 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h73 bool hasInstrSchedModel() const;
92 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
DScheduleDAGInstrs.h266 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp135 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
DAArch64SIMDInstrOpt.cpp703 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp201 if (!SCModel.hasInstrSchedModel()) in getLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp510 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()