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.cpp379 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot() local
380 if (SlotedSU) in AttemptFillSlot()
381 return SlotedSU; in AttemptFillSlot()