Home
last modified time | relevance | path

Searched refs:RemainingCounts (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.h586 SmallVector<unsigned, 16> RemainingCounts; member
595 RemainingCounts.clear(); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1889 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()
1899 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()
2071 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()
2180 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()
2181 Rem->RemainingCounts[PIdx] -= Count; in countResource()