Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp43 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
75 if (hasInstrSchedModel()) { in mustBeginGroup()
86 if (hasInstrSchedModel()) { in mustEndGroup()
101 if (hasInstrSchedModel()) { in getNumMicroOps()
180 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
251 if (hasInstrSchedModel()) in computeInstrLatency()
265 if (hasInstrSchedModel()) { in computeInstrLatency()
295 if (hasInstrSchedModel()) { in computeOutputLatency()
316 if (hasInstrSchedModel()) in computeReciprocalThroughput()
328 if (hasInstrSchedModel()) { in computeReciprocalThroughput()
[all …]
H A DMachineScheduler.cpp964 if (!SchedModel.hasInstrSchedModel()) in dumpScheduleTraceTopDown()
1045 if (!SchedModel.hasInstrSchedModel()) in dumpScheduleTraceBottomUp()
2243 if (!SchedModel->hasInstrSchedModel()) in init()
2268 if (SchedModel->hasInstrSchedModel()) { in init()
2437 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2488 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2683 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2877 if (!SchedModel->hasInstrSchedModel()) in dumpReservedCycles()
3011 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
H A DMachineCombiner.cpp448 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
H A DScheduleDAGInstrs.cpp602 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
H A DMachineTraceMetrics.cpp119 if (!SchedModel.hasInstrSchedModel()) in getResources()
H A DMachinePipeliner.cpp1085 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
1128 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h334 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
354 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
361 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h72 bool hasInstrSchedModel() const;
91 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
H A DScheduleDAGInstrs.h268 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp139 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
H A DAArch64SIMDInstrOpt.cpp707 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp136 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp401 return getSchedModel().hasInstrSchedModel() && useMachinePipeliner(); in enableMachinePipeliner()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1032 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1392 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1440 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1475 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
H A DCodeGenSchedule.h267 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp202 if (!SCModel.hasInstrSchedModel()) in getLatency()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp109 if (SM->hasInstrSchedModel()) { in processInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp374 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp515 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1612 return (!SchedModel.hasInstrSchedModel() || SchedModel.isOutOfOrder()) in getMachineCombinerTraceStrategy()