Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
40 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
87 if (hasInstrSchedModel()) { in mustBeginGroup()
98 if (hasInstrSchedModel()) { in mustEndGroup()
113 if (hasInstrSchedModel()) { in getNumMicroOps()
188 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
261 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
267 if (hasInstrSchedModel()) in computeInstrLatency()
278 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
281 if (hasInstrSchedModel()) { in computeInstrLatency()
[all …]
H A DMachineScheduler.cpp2022 if (!SchedModel->hasInstrSchedModel()) in init()
2045 if (SchedModel->hasInstrSchedModel()) { in init()
2186 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2235 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2424 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2702 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) { in setPolicy()
H A DMachineCombiner.cpp405 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
H A DScheduleDAGInstrs.cpp595 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
H A DMachineTraceMetrics.cpp120 if (!SchedModel.hasInstrSchedModel()) in getResources()
H A DMachinePipeliner.cpp1013 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
1056 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h321 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
341 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
348 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h73 bool hasInstrSchedModel() const;
92 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
H A DScheduleDAGInstrs.h266 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp135 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
H A DAArch64SIMDInstrOpt.cpp706 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp192 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp982 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1292 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1340 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1369 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
H A DCodeGenSchedule.h265 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp202 if (!SCModel.hasInstrSchedModel()) in getLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp350 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp512 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()