Searched refs:AttemptFillSlot (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h87 SUnit *AttemptFillSlot (unsigned Slot, bool AnyAlu);
H A DR600MachineScheduler.cpp387 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { function in class:R600SchedStrategy
431 SUnit *SU = AttemptFillSlot(3, true);
440 SUnit *SU = AttemptFillSlot(Chan, false);

Completed in 191 milliseconds