Home
last modified time | relevance | path

Searched refs:getResourceCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h980 unsigned getResourceCount(unsigned ResIdx) const { in getResourceCount() function
989 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h151 uint32_t getResourceCount() const { return Resources.size(); } in getResourceCount() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2538 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()
2657 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2661 << getResourceCount(PIdx) / SchedModel->getLatencyFactor() in countResource()
2735 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2948 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()