Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h717 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 DMachineScheduler.cpp2352 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 DMCSchedule.h72 uint16_t AcquireAtCycle; global() member