Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp310 SUnit *R600SchedStrategy::PopInst(std::vector<SUnit *> &Q, bool AnyALU) { in PopInst() function in R600SchedStrategy
382 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu); in AttemptFillSlot()
385 SUnit *UnslotedSU = PopInst(AvailableAlus[AluAny], AnyAlu); in AttemptFillSlot()
405 return PopInst(AvailableAlus[AluPredX], false); in pickAlu()
410 return PopInst(AvailableAlus[AluDiscarded], false); in pickAlu()
415 return PopInst(AvailableAlus[AluT_XYZW], false); in pickAlu()
422 return PopInst(AvailableAlus[AluTrans], false); in pickAlu()
H A DR600MachineScheduler.h89 SUnit *PopInst(std::vector<SUnit*> &Q, bool AnyALU);