Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetSchedule.cpp39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
40 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
71 if (hasInstrSchedModel()) { in mustBeginGroup()
82 if (hasInstrSchedModel()) { in mustEndGroup()
97 if (hasInstrSchedModel()) { in getNumMicroOps()
172 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
245 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
251 if (hasInstrSchedModel()) in computeInstrLatency()
262 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
265 if (hasInstrSchedModel()) { in computeInstrLatency()
[all …]
DMachineScheduler.cpp2027 if (!SchedModel->hasInstrSchedModel()) in init()
2050 if (SchedModel->hasInstrSchedModel()) { in init()
2191 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2240 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2429 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2603 if (!SchedModel->hasInstrSchedModel()) in dumpReservedCycles()
2731 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
DMachineCombiner.cpp441 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
DMachineTraceMetrics.cpp119 if (!SchedModel.hasInstrSchedModel()) in getResources()
DScheduleDAGInstrs.cpp591 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
DMachinePipeliner.cpp1033 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
1076 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetSchedule.h72 bool hasInstrSchedModel() const;
91 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
DScheduleDAGInstrs.h267 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp135 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
DAArch64SIMDInstrOpt.cpp706 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp133 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMSubtarget.cpp399 return getSchedModel().hasInstrSchedModel() && useMachinePipeliner(); in enableMachinePipeliner()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DSubtargetEmitter.cpp1018 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1328 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1376 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1405 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
DCodeGenSchedule.h260 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/openbsd/src/gnu/llvm/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp201 if (!SCModel.hasInstrSchedModel()) in getLatency()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/
Dllvm-mca.cpp374 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
/openbsd/src/gnu/llvm/llvm/lib/MCA/
DInstrBuilder.cpp515 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()