Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h553 SmallVector<unsigned, 16> RemainingCounts; member
560 RemainingCounts.clear(); in reset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h594 SmallVector<unsigned, 16> RemainingCounts; member
603 RemainingCounts.clear(); in reset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1865 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()
1875 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()
2013 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()
2113 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()
2114 Rem->RemainingCounts[PIdx] -= Count; in countResource()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1790 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()
1801 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()
1928 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()
2043 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()
2044 Rem->RemainingCounts[PIdx] -= Count; in countResource()