Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp517 static bool mayWriteLDSThroughDMA(const MachineInstr &MI) { in mayWriteLDSThroughDMA() function
677 if (Inst.mayStore() && (TII->isDS(Inst) || mayWriteLDSThroughDMA(Inst))) { in updateByEvent()
1138 if (mayWriteLDSThroughDMA(MI)) in generateWaitcntInstBefore()