Searched refs:SIAtomicScope (Results 1 – 1 of 1) sorted by relevance
61 enum class SIAtomicScope { enum99 SIAtomicScope Scope = SIAtomicScope::SYSTEM;109 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo()123 assert(Scope == SIAtomicScope::NONE && in SIMemOpInfo()130 assert(Scope != SIAtomicScope::NONE && in SIMemOpInfo()147 this->Scope = std::min(Scope, SIAtomicScope::SINGLETHREAD); in SIMemOpInfo()151 this->Scope = std::min(Scope, SIAtomicScope::WORKGROUP); in SIMemOpInfo()155 this->Scope = std::min(Scope, SIAtomicScope::AGENT); in SIMemOpInfo()162 SIAtomicScope getScope() const { in getScope()232 std::optional<std::tuple<SIAtomicScope, SIAtomicAddrSpace, bool>>[all …]