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

/freebsd-12-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.cpp381 if (!TSchedModel.hasInstrSchedModel())
H A DMachineScheduler.cpp1887 if (!SchedModel->hasInstrSchedModel())
1910 if (SchedModel->hasInstrSchedModel()) {
2013 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) {
2062 if (!SchedModel->hasInstrSchedModel())
2251 if (SchedModel->hasInstrSchedModel()) {
2530 if (SchedModel->hasInstrSchedModel() && OtherCount != 0) {
H A DMachineTraceMetrics.cpp120 if (!SchedModel.hasInstrSchedModel())
H A DScheduleDAGInstrs.cpp591 if (SchedModel.hasInstrSchedModel()) {
H A DMachinePipeliner.cpp932 if (STI && STI->getSchedModel().hasInstrSchedModel()) {
955 llvm_unreachable("Should have non-empty InstrItins or hasInstrSchedModel!");
975 if (STI && STI->getSchedModel().hasInstrSchedModel()) {
992 llvm_unreachable("Should have non-empty InstrItins or hasInstrSchedModel!");
/freebsd-12-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-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h122 if (!SU->SchedClass && SchedModel->hasInstrSchedModel())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp135 if (!SchedModel.hasInstrSchedModel()) {
H A DAArch64SIMDInstrOpt.cpp703 if (!SchedModel.hasInstrSchedModel())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp201 if (!SCModel.hasInstrSchedModel())
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp985 if (!ProcModel.hasInstrSchedModel())
1298 if (!PI->hasInstrSchedModel())
1345 if (PM.hasInstrSchedModel())
1374 if (PM.hasInstrSchedModel())
H A DCodeGenSchedule.h261 bool hasInstrSchedModel() const { function in struct:llvm::CodeGenProcModel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp510 assert(STI.getSchedModel().hasInstrSchedModel() &&
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp340 if (!STI->getSchedModel().hasInstrSchedModel()) {

Completed in 417 milliseconds