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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h72 uint16_t AcquireAtCycle; member in struct:llvm::MCWriteProcResEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h717 static IntervalTy getResourceIntervalBottom(unsigned C, unsigned AcquireAtCycle, argument
722 static IntervalTy getResourceIntervalTop(unsigned C, unsigned AcquireAtCycle, argument
784 getFirstAvailableAtFromBottom(unsigned CurrCycle, unsigned AcquireAtCycle, unsigned ReleaseAtCycle) const argument
790 getFirstAvailableAtFromTop(unsigned CurrCycle, unsigned AcquireAtCycle, unsigned ReleaseAtCycle) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2309 getNextResourceCycleByInstance(unsigned InstanceIdx, unsigned ReleaseAtCycle, unsigned AcquireAtCycle) argument
2335 getNextResourceCycle(const MCSchedClassDesc *SC, unsigned PIdx, unsigned ReleaseAtCycle, unsigned AcquireAtCycle) argument
2444 unsigned AcquireAtCycle = PE.AcquireAtCycle; local
2600 countResource(const MCSchedClassDesc *SC, unsigned PIdx, unsigned ReleaseAtCycle, unsigned NextCycle, unsigned AcquireAtCycle) argument
4271 getFirstAvailableAt( unsigned CurrCycle, unsigned AcquireAtCycle, unsigned ReleaseAtCycle, std::function<ResourceSegments::IntervalTy(unsigned, unsigned, unsigned)> IntervalBuilder) const argument
[all...]

Completed in 181 milliseconds