Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
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()