Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp40 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
41 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
88 if (hasInstrSchedModel()) { in mustBeginGroup()
99 if (hasInstrSchedModel()) { in mustEndGroup()
114 if (hasInstrSchedModel()) { in getNumMicroOps()
189 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
262 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
268 if (hasInstrSchedModel()) in computeInstrLatency()
279 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
282 if (hasInstrSchedModel()) { in computeInstrLatency()
[all …]
DTargetSubtargetInfo.cpp103 if (TSchedModel.hasInstrSchedModel()) in getSchedInfoStr()
DMachineScheduler.cpp1863 if (!SchedModel->hasInstrSchedModel()) in init()
1886 if (SchedModel->hasInstrSchedModel()) { in init()
1957 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
2004 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2180 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2434 if (SchedModel->hasInstrSchedModel()) in setPolicy()
DMachineCombiner.cpp372 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp30 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() function in TargetSchedModel
31 return EnableSchedModel && SchedModel.hasInstrSchedModel(); in hasInstrSchedModel()
82 if (hasInstrSchedModel()) { in getNumMicroOps()
158 if (!hasInstrSchedModel() && !hasInstrItineraries()) in computeOperandLatency()
239 assert(hasInstrSchedModel() && "Only call this function with a SchedModel"); in computeInstrLatency()
256 (!hasInstrSchedModel() && !UseDefaultDefLatency)) in computeInstrLatency()
259 if (hasInstrSchedModel()) { in computeInstrLatency()
289 if (hasInstrSchedModel()) { in computeOutputLatency()
DMachineCombiner.cpp307 if (!TSchedModel.hasInstrSchedModel()) in preservesResourceLen()
DMachineScheduler.cpp1788 if (!SchedModel->hasInstrSchedModel()) in init()
1812 if (SchedModel->hasInstrSchedModel()) { in init()
1873 if (SchedModel->hasInstrSchedModel() && SU->hasReservedResource) { in checkHazard()
1919 if (!SchedModel->hasInstrSchedModel()) in getOtherResourceCount()
2109 if (SchedModel->hasInstrSchedModel()) { in bumpNode()
2351 if (SchedModel->hasInstrSchedModel()) { in setPolicy()
/external/llvm/include/llvm/MC/
DMCSchedule.h199 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
213 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
220 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSchedule.h323 bool hasInstrSchedModel() const { return SchedClassTable; } in hasInstrSchedModel() function
343 assert(hasInstrSchedModel() && "No scheduling machine model"); in getProcResource()
350 assert(hasInstrSchedModel() && "No scheduling machine model"); in getSchedClassDesc()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h68 bool hasInstrSchedModel() const;
87 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
DScheduleDAGInstrs.h247 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h70 bool hasInstrSchedModel() const;
89 return hasInstrSchedModel() || hasInstrItineraries(); in hasInstrSchedModelOrItineraries()
DScheduleDAGInstrs.h261 if (!SU->SchedClass && SchedModel.hasInstrSchedModel()) in getSchedClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.h123 if (!SU->SchedClass && SchedModel->hasInstrSchedModel()) in getSchedClass()
/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp131 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp136 if (!SchedModel.hasInstrSchedModel()) { in runOnMachineFunction()
DAArch64SIMDInstrOpt.cpp704 if (!SchedModel.hasInstrSchedModel()) in runOnMachineFunction()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp804 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1107 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1153 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1182 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
DCodeGenSchedule.h212 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp991 if (!ProcModel.hasInstrSchedModel()) in GenSchedClassTables()
1304 if (!PI->hasInstrSchedModel()) in EmitSchedClassTables()
1351 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
1380 if (PM.hasInstrSchedModel()) in EmitProcessorModels()
DCodeGenSchedule.h254 bool hasInstrSchedModel() const { in hasInstrSchedModel() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp197 if (!SCModel.hasInstrSchedModel()) in getLatency()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp187 if (!SCModel.hasInstrSchedModel()) in getLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstrBuilder.cpp319 assert(STI.getSchedModel().hasInstrSchedModel() && in createInstrDescImpl()
Dllvm-mca.cpp409 if (!STI->getSchedModel().hasInstrSchedModel()) { in main()

12