Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp675 if (!ST->hasVscnt() || SIInstrInfo::mayWriteLDSThroughDMA(Inst)) in getVmemWaitEventType()
918 (TII->isDS(Inst) || TII->mayWriteLDSThroughDMA(Inst))) { in updateByEvent()
1764 if (TII->mayWriteLDSThroughDMA(MI)) in generateWaitcntInstBefore()
H A DSIInstrInfo.h691 static bool mayWriteLDSThroughDMA(const MachineInstr &MI) { in mayWriteLDSThroughDMA() function