Searched defs:AcquireAtCycle (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 717 getResourceIntervalBottom(unsigned C,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getResourceIntervalBottom() argument 722 getResourceIntervalTop(unsigned C,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getResourceIntervalTop() argument 785 getFirstAvailableAtFromBottom(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getFirstAvailableAtFromBottom() argument 791 getFirstAvailableAtFromTop(unsigned CurrCycle,unsigned AcquireAtCycle,unsigned ReleaseAtCycle) getFirstAvailableAtFromTop() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 2352 getNextResourceCycleByInstance(unsigned InstanceIdx,unsigned ReleaseAtCycle,unsigned AcquireAtCycle) getNextResourceCycleByInstance() argument 2378 getNextResourceCycle(const MCSchedClassDesc * SC,unsigned PIdx,unsigned ReleaseAtCycle,unsigned AcquireAtCycle) getNextResourceCycle() argument 2485 unsigned AcquireAtCycle = PE.AcquireAtCycle; checkHazard() local 2644 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 | 72 uint16_t AcquireAtCycle; global() member
|