Home
last modified time | relevance | path

Searched refs:AnyAlu (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot() argument
393 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot()
396 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot()
DR600MachineScheduler.h91 SUnit *AttemptFillSlot (unsigned Slot, bool AnyAlu);