Searched refs:mayWriteLDSThroughDMA (Results 1 – 1 of 1) sorted by relevance
543 static bool mayWriteLDSThroughDMA(const MachineInstr &MI) { in mayWriteLDSThroughDMA() function701 if (Inst.mayStore() && (TII->isDS(Inst) || mayWriteLDSThroughDMA(Inst))) { in updateByEvent()1165 if (mayWriteLDSThroughDMA(MI)) in generateWaitcntInstBefore()