Searched defs:ReleaseAtCycle (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 718 getResourceIntervalBottom(unsigned C,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getResourceIntervalBottom() argument 723 getResourceIntervalTop(unsigned C,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getResourceIntervalTop() argument 786 getFirstAvailableAtFromBottom(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getFirstAvailableAtFromBottom() argument 792 getFirstAvailableAtFromTop(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getFirstAvailableAtFromTop() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 2351 getNextResourceCycleByInstance(unsigned InstanceIdx,unsigned ReleaseAtCycle,unsigned AcquireAtCycle) getNextResourceCycleByInstance() argument 2377 getNextResourceCycle(const MCSchedClassDesc * SC,unsigned PIdx,unsigned ReleaseAtCycle,unsigned AcquireAtCycle) getNextResourceCycle() argument 2484 unsigned ReleaseAtCycle = PE.ReleaseAtCycle; checkHazard() local 2642 countResource(const MCSchedClassDesc * SC,unsigned PIdx,unsigned ReleaseAtCycle,unsigned NextCycle,unsigned AcquireAtCycle) countResource() argument 4466 getFirstAvailableAt(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle,std::function<ResourceSegments::IntervalTy (unsigned,unsigned,unsigned)> IntervalBuilder) const getFirstAvailableAt() argument [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSchedule.h | 68 uint16_t ReleaseAtCycle; global() member
|