Searched refs:hasVscnt (Results 1 – 2 of 2) sorted by relevance
700 if (!ST->hasVscnt() || SIInstrInfo::mayWriteLDSThroughDMA(Inst)) in getVmemWaitEventType()1302 assert(ST->hasVscnt()); in createNewWaitcnt()1320 return AMDGPU::Waitcnt(0, 0, 0, IncludeVSCnt && ST->hasVscnt() ? 0 : ~0u); in getAllZeroWaitcnt()2391 if (!ST->hasVscnt() && HasVMemStore && !HasVMemLoad && UsesVgprLoadedOutside) in shouldFlushVmCnt()
905 bool hasVscnt() const { in hasVscnt() function