Home
last modified time | relevance | path

Searched refs:isResourceAvailable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp59 Top.ResourceModel->isResourceAvailable(SU, true)) { in SchedulingCost()
63 Bot.ResourceModel->isResourceAvailable(SU, false)) { in SchedulingCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp238 bool ResourcePriorityQueue::isResourceAvailable(SUnit *SU) { in isResourceAvailable() function in ResourcePriorityQueue
284 if (!isResourceAvailable(SU) || SU->getNode()->getGluedNode()) { in reserveResources()
408 if (isResourceAvailable(SU)) in SUSchedulingCost()
424 if (isResourceAvailable(SU)) in SUSchedulingCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp108 bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) { in isResourceAvailable() function in VLIWResourceModel
155 if (!isResourceAvailable(SU, IsTop) || in reserveResources()
492 return !ResourceModel->isResourceAvailable(*Available.begin(), isTop()) || in pickOnlyChoice()
631 if (Top.ResourceModel->isResourceAvailable(SU, true)) { in SchedulingCost()
651 if (Bot.ResourceModel->isResourceAvailable(SU, false)) { in SchedulingCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h123 bool isResourceAvailable(SUnit *SU);
H A DVLIWMachineScheduler.h58 virtual bool isResourceAvailable(SUnit *SU, bool IsTop);