Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp40 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
88 if (hasInstrSchedModel()) { in mustBeginGroup()
99 if (hasInstrSchedModel()) { in mustEndGroup()
114 if (hasInstrSchedModel()) { in getNumMicroOps()
189 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
268 if (hasInstrSchedModel()) in computeInstrLatency()
282 if (hasInstrSchedModel()) { in computeInstrLatency()
312 if (hasInstrSchedModel()) { in computeOutputLatency()
333 if (hasInstrSchedModel()) in computeReciprocalThroughput()
345 if (hasInstrSchedModel()) { in computeReciprocalThroughput()
[all …]
H A DTargetSubtargetInfo.cpp103 if (TSchedModel.hasInstrSchedModel()) in getSchedInfoStr()
H A DMachineScheduler.cpp1900 if (!SchedModel->hasInstrSchedModel()) in init()
1923 if (SchedModel->hasInstrSchedModel()) { in init()
1994 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2041 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2217 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2500 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
H A DMachineCombiner.cpp374 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
H A DMachineTraceMetrics.cpp120 if (!SchedModel.hasInstrSchedModel()) in getResources()
H A DScheduleDAGInstrs.cpp569 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h70 bool hasInstrSchedModel() const;
89 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
H A DScheduleDAGInstrs.h261 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h123 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp136 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
H A DAArch64SIMDInstrOpt.cpp704 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp197 if (!SCModel.hasInstrSchedModel()) in getLatency()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp962 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1274 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1321 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1350 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
H A DCodeGenSchedule.h262 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp324 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstrBuilder.cpp498 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()