Searched refs:AnyAlu (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) { argument
390 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu);
393 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu);

Completed in 46 milliseconds