Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h718 unsigned ReleaseAtCycle) { in getResourceIntervalBottom() argument
723 unsigned ReleaseAtCycle) { in getResourceIntervalTop() argument
786 getFirstAvailableAtFromBottom(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getFirstAvailableAtFromBottom() argument
792 getFirstAvailableAtFromTop(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getFirstAvailableAtFromTop() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2310 getNextResourceCycleByInstance(unsigned InstanceIdx,unsigned ReleaseAtCycle,unsigned AcquireAtCycle) getNextResourceCycleByInstance() argument
2336 getNextResourceCycle(const MCSchedClassDesc * SC,unsigned PIdx,unsigned ReleaseAtCycle,unsigned AcquireAtCycle) getNextResourceCycle() argument
2443 unsigned ReleaseAtCycle = PE.ReleaseAtCycle; checkHazard() local
2601 countResource(const MCSchedClassDesc * SC,unsigned PIdx,unsigned ReleaseAtCycle,unsigned NextCycle,unsigned AcquireAtCycle) countResource() argument
4272 getFirstAvailableAt(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle,std::function<ResourceSegments::IntervalTy (unsigned,unsigned,unsigned)> IntervalBuilder) const getFirstAvailableAt() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h68 uint16_t ReleaseAtCycle; member