Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp391 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot() local
392 if (SlotedSU) in AttemptFillSlot()
393 return SlotedSU; in AttemptFillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp390 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot() local
391 if (SlotedSU) in AttemptFillSlot()
392 return SlotedSU; in AttemptFillSlot()