Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp43 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrItineraries()
44 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrItineraries()
75 if (hasInstrSchedModel()) { in mustBeginGroup()
86 if (hasInstrSchedModel()) { in mustEndGroup()
101 if (hasInstrSchedModel()) { in getNumMicroOps()
180 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
200 // hasInstrSchedModel() in computeOperandLatency()
245 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
251 if (hasInstrSchedModel()) in computeInstrLatency()
262 (!hasInstrSchedModel() in computeInstrLatency()
39 bool TargetSchedModel::hasInstrSchedModel() const { hasInstrSchedModel() function in TargetSchedModel
[all...]
H A DMachineScheduler.cpp1000 if (!SchedModel.hasInstrSchedModel()) in dumpScheduleTraceTopDown()
1081 if (!SchedModel.hasInstrSchedModel()) in dumpScheduleTraceBottomUp()
2284 if (!SchedModel->hasInstrSchedModel()) in init()
2309 if (SchedModel->hasInstrSchedModel()) { in init()
2478 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2529 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2724 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2918 if (!SchedModel->hasInstrSchedModel()) in dumpReservedCycles()
3052 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
H A DMachineCombiner.cpp432 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
H A DScheduleDAGInstrs.cpp604 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
H A DMachineTraceMetrics.cpp119 if (!SchedModel.hasInstrSchedModel()) in getResources()
H A DMachinePipeliner.cpp1145 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
1188 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h334 bool hasInstrSchedModel() const { return SchedClassTable; } in getProcessorID()
354 assert(hasInstrSchedModel() && "No scheduling machine model"); in getNumProcResourceKinds()
361 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
337 bool hasInstrSchedModel() const { return SchedClassTable; } hasInstrSchedModel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h72 bool hasInstrSchedModel() const;
91 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
H A DScheduleDAGInstrs.h273 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp147 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
H A DAArch64Subtarget.cpp595 return getSchedModel().hasInstrSchedModel(); in enableMachinePipeliner()
H A DAArch64SIMDInstrOpt.cpp707 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp150 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp392 return getSchedModel().hasInstrSchedModel() && useMachinePipeliner(); in enableMachinePipeliner()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp202 if (!SCModel.hasInstrSchedModel()) in getLatency()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1054 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1412 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1458 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1494 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h267 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp109 if (SM->hasInstrSchedModel()) { in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp562 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp408 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1584 return (!SchedModel.hasInstrSchedModel() || SchedModel.isOutOfOrder()) in getMachineCombinerTraceStrategy()