Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2227 ReservedCyclesIndex.clear(); in reset()
2270 ReservedCyclesIndex.resize(ResourceCount); in init()
2276 ReservedCyclesIndex[i] = NumUnits; in init()
2345 unsigned StartIndex = ReservedCyclesIndex[PIdx]; in getNextResourceCycle()
2454 << '[' << InstanceIdx - ReservedCyclesIndex[ResIdx] << ']' in checkHazard()
2630 << '[' << InstanceIdx - ReservedCyclesIndex[PIdx] << ']' in countResource()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h929 SmallVector<unsigned, 16> ReservedCyclesIndex; variable