Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp375 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot() local
376 if (SlotedSU) in AttemptFillSlot()
377 return SlotedSU; in AttemptFillSlot()