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

/external/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h91 SUnit *AttemptFillSlot (unsigned Slot, bool AnyAlu);
H A DR600MachineScheduler.cpp391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { function in class:R600SchedStrategy
435 SUnit *SU = AttemptFillSlot(3, true);
444 SUnit *SU = AttemptFillSlot(Chan, false);

Completed in 97 milliseconds