| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 43 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 D | MachineScheduler.cpp | 964 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 D | MachineCombiner.cpp | 448 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
|
| H A D | ScheduleDAGInstrs.cpp | 602 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
|
| H A D | MachineTraceMetrics.cpp | 119 if (!SchedModel.hasInstrSchedModel()) in getResources()
|
| H A D | MachinePipeliner.cpp | 1085 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 D | MCSchedule.h | 334 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 D | TargetSchedule.h | 72 bool hasInstrSchedModel() const; 91 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
|
| H A D | ScheduleDAGInstrs.h | 268 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZHazardRecognizer.h | 122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 139 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
|
| H A D | AArch64SIMDInstrOpt.cpp | 707 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 136 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 401 return getSchedModel().hasInstrSchedModel() && useMachinePipeliner(); in enableMachinePipeliner()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 1032 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 D | CodeGenSchedule.h | 267 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 202 if (!SCModel.hasInstrSchedModel()) in getLatency()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupInstTuning.cpp | 109 if (SM->hasInstrSchedModel()) { in processInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 374 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 515 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1612 return (!SchedModel.hasInstrSchedModel() || SchedModel.isOutOfOrder()) in getMachineCombinerTraceStrategy()
|