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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.h92 SUnit *AttemptFillSlot (unsigned Slot, bool AnyAlu);
H A DR600MachineScheduler.cpp388 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { function in class:R600SchedStrategy
432 SUnit *SU = AttemptFillSlot(3, true);
441 SUnit *SU = AttemptFillSlot(Chan, false);

Completed in 91 milliseconds