Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInsertWaitcnts.cpp716 bool mayAccessLDSThroughFlat(const MachineInstr &MI) const;
1923 bool SIInsertWaitcnts::mayAccessLDSThroughFlat(const MachineInstr &MI) const { in mayAccessLDSThroughFlat() function in SIInsertWaitcnts
2011 if (mayAccessLDSThroughFlat(Inst)) { in updateEventWaitcntAfter()