Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp396 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot() local
397 if (UnslotedSU) in AttemptFillSlot()
398 AssignSlot(UnslotedSU->getInstr(), Slot); in AttemptFillSlot()
399 return UnslotedSU; in AttemptFillSlot()