| H A D | AMDGPUBaseInfo.h | 835 struct Waitcnt { struct 844 Waitcnt() = default; argument 856 static Waitcnt allZero(bool Extended, bool HasStorecnt) { in allZero() argument 857 return Extended ? Waitcnt(0, 0, 0, 0, 0, 0, 0) in allZero() 858 : Waitcnt(0, 0, 0, HasStorecnt ? 0 : ~0u); in allZero() 861 static Waitcnt allZeroExceptVsCnt(bool Extended) { in allZeroExceptVsCnt() argument 862 return Extended ? Waitcnt(0, 0, 0, ~0u, 0, 0, 0) : Waitcnt(0, 0, 0, ~0u); in allZeroExceptVsCnt() 874 Waitcnt combined(const Waitcnt &Other) const { in combined() argument 877 return Waitcnt( in combined() 924 void decodeWaitcnt(const IsaVersion &Version, unsigned Waitcnt, [all …]
|