Searched refs:SIAtomicScope (Results 1 – 1 of 1) sorted by relevance
59 enum class SIAtomicScope { enum97 SIAtomicScope Scope = SIAtomicScope::SYSTEM;107 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()121 assert(Scope == SIAtomicScope::NONE && in SIMemOpInfo()128 assert(Scope != SIAtomicScope::NONE && in SIMemOpInfo()145 this->Scope = std::min(Scope, SIAtomicScope::SINGLETHREAD); in SIMemOpInfo()149 this->Scope = std::min(Scope, SIAtomicScope::WORKGROUP); in SIMemOpInfo()153 this->Scope = std::min(Scope, SIAtomicScope::AGENT); in SIMemOpInfo()160 SIAtomicScope getScope() const { in getScope()230 std::optional<std::tuple<SIAtomicScope, SIAtomicAddrSpace, bool>>[all …]