Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h661 unsigned ZoneCritResIdx; variable
726 if (!ZoneCritResIdx) in getCriticalCount()
728 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
739 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1869 ZoneCritResIdx = 0; in reset()
2185 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2186 ZoneCritResIdx = PIdx; in countResource()
2255 if (ZoneCritResIdx) { in bumpNode()
2262 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2264 ZoneCritResIdx = 0; in bumpNode()
2426 if (ZoneCritResIdx) { in dumpScheduledState()
2427 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
2428 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2439 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()