Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInsertWaitcnts.cpp700 if (!ST->hasVscnt() || SIInstrInfo::mayWriteLDSThroughDMA(Inst)) in getVmemWaitEventType()
929 (TII->isDS(Inst) || TII->mayWriteLDSThroughDMA(Inst))) { in updateByEvent()
1736 if (TII->mayWriteLDSThroughDMA(MI)) in generateWaitcntInstBefore()
HDSIInstrInfo.h691 static bool mayWriteLDSThroughDMA(const MachineInstr &MI) { in mayWriteLDSThroughDMA() function