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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp39 bool TargetSchedModel::hasInstrSchedModel() const { function in class:TargetSchedModel
40 return EnableSchedModel && SchedModel.hasInstrSchedModel();
87 if (hasInstrSchedModel()) {
98 if (hasInstrSchedModel()) {
113 if (hasInstrSchedModel()) {
188 if (!hasInstrSchedModel() && !hasInstrItineraries())
216 // hasInstrSchedModel()
261 assert(hasInstrSchedModel() && "Only call this function with a SchedModel");
267 if (hasInstrSchedModel())
278 (!hasInstrSchedModel()
[all...]
H A DMachineCombiner.cpp383 if (!TSchedModel.hasInstrSchedModel())
H A DMachineScheduler.cpp1931 if (!SchedModel->hasInstrSchedModel())
1954 if (SchedModel->hasInstrSchedModel()) {
2057 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) {
2106 if (!SchedModel->hasInstrSchedModel())
2295 if (SchedModel->hasInstrSchedModel()) {
2572 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) {
H A DMachineTraceMetrics.cpp120 if (!SchedModel.hasInstrSchedModel())
H A DScheduleDAGInstrs.cpp592 if (SchedModel.hasInstrSchedModel()) {
H A DMachinePipeliner.cpp1006 if (STI && STI->getSchedModel().hasInstrSchedModel()) {
1029 llvm_unreachable("Should have non-empty InstrItins or hasInstrSchedModel!");
1049 if (STI && STI->getSchedModel().hasInstrSchedModel()) {
1066 llvm_unreachable("Should have non-empty InstrItins or hasInstrSchedModel!");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h73 bool hasInstrSchedModel() const;
92 return hasInstrSchedModel() || hasInstrItineraries();
H A DScheduleDAGInstrs.h266 if (!SU->SchedClass && SchedModel.hasInstrSchedModel())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h320 bool hasInstrSchedModel() const { return SchedClassTable; } function in struct:llvm::MCSchedModel
340 assert(hasInstrSchedModel() && "No scheduling machine model");
347 assert(hasInstrSchedModel() && "No scheduling machine model");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp135 if (!SchedModel.hasInstrSchedModel()) {
H A DAArch64SIMDInstrOpt.cpp704 if (!SchedModel.hasInstrSchedModel())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp183 return getSchedModel().hasInstrSchedModel() && EnableMachinePipeliner;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp201 if (!SCModel.hasInstrSchedModel())
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp986 if (!ProcModel.hasInstrSchedModel())
1299 if (!PI->hasInstrSchedModel())
1346 if (PM.hasInstrSchedModel())
1375 if (PM.hasInstrSchedModel())
H A DCodeGenSchedule.h261 bool hasInstrSchedModel() const { function in struct:llvm::CodeGenProcModel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp505 assert(STI.getSchedModel().hasInstrSchedModel() &&
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp342 if (!STI->getSchedModel().hasInstrSchedModel()) {

Completed in 177 milliseconds