Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp394 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot() local
395 if (UnslotedSU) in AttemptFillSlot()
396 AssignSlot(UnslotedSU->getInstr(), Slot); in AttemptFillSlot()
397 return UnslotedSU; in AttemptFillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp393 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot() local
394 if (UnslotedSU) in AttemptFillSlot()
395 AssignSlot(UnslotedSU->getInstr(), Slot); in AttemptFillSlot()
396 return UnslotedSU; in AttemptFillSlot()