Home
last modified time | relevance | path

Searched defs:ReleaseAtCycle (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h726 unsigned ReleaseAtCycle) { in getResourceIntervalBottom()
731 unsigned ReleaseAtCycle) { in getResourceIntervalTop()
794 unsigned ReleaseAtCycle) const { in getFirstAvailableAtFromBottom()
800 unsigned ReleaseAtCycle) const { in getFirstAvailableAtFromTop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2624 unsigned ReleaseAtCycle, in getNextResourceCycleByInstance()
2650 unsigned ReleaseAtCycle, in getNextResourceCycle()
2761 unsigned ReleaseAtCycle = PE.ReleaseAtCycle; in checkHazard() local
2935 unsigned ReleaseAtCycle, in countResource()
4914 unsigned CurrCycle, unsigned AcquireAtCycle, unsigned ReleaseAtCycle, in getFirstAvailableAt()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h73 uint16_t ReleaseAtCycle; member