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