HomeSort by relevance Sort by last modified time
    Searched refs:AttemptFillSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 91 SUnit *AttemptFillSlot (unsigned Slot, bool AnyAlu);
R600MachineScheduler.cpp 391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) {
435 SUnit *SU = AttemptFillSlot(3, true);
444 SUnit *SU = AttemptFillSlot(Chan, false);

Completed in 61 milliseconds