Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp308 SUnit *R600SchedStrategy::PopInst(std::vector<SUnit *> &Q, bool AnyALU) { in PopInst() function in R600SchedStrategy
379 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot()
382 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot()
402 return PopInst(AvailableAlus[AluPredX], false); in pickAlu()
407 return PopInst(AvailableAlus[AluDiscarded], false); in pickAlu()
412 return PopInst(AvailableAlus[AluT_XYZW], false); in pickAlu()
419 return PopInst(AvailableAlus[AluTrans], false); in pickAlu()
H A DR600MachineScheduler.h89 SUnit *PopInst(std::vector<SUnit*> &Q, bool AnyALU);