Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp543 static bool mayWriteLDSThroughDMA(const MachineInstr &MI) { in mayWriteLDSThroughDMA() function
701 if (Inst.mayStore() && (TII->isDS(Inst) || mayWriteLDSThroughDMA(Inst))) { in updateByEvent()
1165 if (mayWriteLDSThroughDMA(MI)) in generateWaitcntInstBefore()