Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h632 unsigned ZoneCritResIdx; variable
699 if (!ZoneCritResIdx) in getCriticalCount()
701 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
712 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h669 unsigned ZoneCritResIdx; variable
730 if (!ZoneCritResIdx) in getCriticalCount()
732 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
743 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1846 ZoneCritResIdx = 0; in reset()
2118 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2119 ZoneCritResIdx = PIdx; in countResource()
2184 if (ZoneCritResIdx) { in bumpNode()
2191 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2193 ZoneCritResIdx = 0; in bumpNode()
2359 if (ZoneCritResIdx) { in dumpScheduledState()
2360 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
2361 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2372 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1771 ZoneCritResIdx = 0; in reset()
2048 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2049 ZoneCritResIdx = PIdx; in countResource()
2113 if (ZoneCritResIdx) { in bumpNode()
2120 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2122 ZoneCritResIdx = 0; in bumpNode()
2276 if (ZoneCritResIdx) { in dumpScheduledState()
2277 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
2278 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2289 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()