Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp320 SUnit *R600SchedStrategy::PopInst(std::vector<SUnit *> &Q, bool AnyALU) { in PopInst() function in R600SchedStrategy
393 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot()
396 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot()
416 return PopInst(AvailableAlus[AluPredX], false); in pickAlu()
421 return PopInst(AvailableAlus[AluDiscarded], false); in pickAlu()
426 return PopInst(AvailableAlus[AluT_XYZW], false); in pickAlu()
433 return PopInst(AvailableAlus[AluTrans], false); in pickAlu()
DR600MachineScheduler.h93 SUnit *PopInst(std::vector<SUnit*> &Q, bool AnyALU);