Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1872 ReservedCyclesIndex.clear(); in reset()
1912 ReservedCyclesIndex.resize(ResourceCount); in init()
1917 ReservedCyclesIndex[i] = NumUnits; in init()
1963 unsigned StartIndex = ReservedCyclesIndex[PIdx]; in getNextResourceCycle()
2028 << '[' << InstanceIdx - ReservedCyclesIndex[ResIdx] << ']' in checkHazard()
2198 << '[' << InstanceIdx - ReservedCyclesIndex[PIdx] << ']' in countResource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h672 SmallVector<unsigned, 16> ReservedCyclesIndex; variable