Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp39 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
71 if (hasInstrSchedModel()) { in mustBeginGroup()
82 if (hasInstrSchedModel()) { in mustEndGroup()
97 if (hasInstrSchedModel()) { in getNumMicroOps()
172 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.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()
H A DMachineCombiner.cpp441 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
H A DMachineTraceMetrics.cpp119 if (!SchedModel.hasInstrSchedModel()) in getResources()
H A DScheduleDAGInstrs.cpp591 if (SchedModel.hasInstrSchedModel()) { in initSUnits()
H A DMachinePipeliner.cpp1033 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in minFuncUnits()
1076 if (STI && STI->getSchedModel().hasInstrSchedModel()) { in calcCriticalResources()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A 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/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h72 bool hasInstrSchedModel() const;
91 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
H A DScheduleDAGInstrs.h267 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp135 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
H A DAArch64SIMDInstrOpt.cpp706 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp133 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner; in enableMachinePipeliner()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp399 return getSchedModel().hasInstrSchedModel() && useMachinePipeliner(); in enableMachinePipeliner()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A 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()
H A DCodeGenSchedule.h260 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/openbsd/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp201 if (!SCModel.hasInstrSchedModel()) in getLatency()
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp374 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp515 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()