Home
last modified time | relevance | path

Searched refs:VLIWResourceModel (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h41 class VLIWResourceModel {
57 VLIWResourceModel(const TargetSubtargetInfo &STI, const TargetSchedModel *SM) in VLIWResourceModel() function
70 ~VLIWResourceModel() { in ~VLIWResourceModel()
142 VLIWResourceModel *ResourceModel;
DHexagonMachineScheduler.cpp43 bool VLIWResourceModel::isResourceAvailable(SUnit *SU) { in isResourceAvailable()
83 bool VLIWResourceModel::reserveResources(SUnit *SU) { in reserveResources()
217 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
218 Bot.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()