Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp373 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot() function in R600SchedStrategy
417 SUnit *SU = AttemptFillSlot(3, true); in pickAlu()
426 SUnit *SU = AttemptFillSlot(Chan, false); in pickAlu()
H A DR600MachineScheduler.h85 SUnit *AttemptFillSlot (unsigned Slot, bool AnyAlu);