Lines Matching refs:SyncScope
29 SyncScope::ID AgentSSID;
31 SyncScope::ID WorkgroupSSID;
33 SyncScope::ID WavefrontSSID;
35 SyncScope::ID SystemOneAddressSpaceSSID;
37 SyncScope::ID AgentOneAddressSpaceSSID;
39 SyncScope::ID WorkgroupOneAddressSpaceSSID;
41 SyncScope::ID WavefrontOneAddressSpaceSSID;
43 SyncScope::ID SingleThreadOneAddressSpaceSSID;
52 getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering()
53 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
65 else if (SSID == SyncScope::System || in getSyncScopeInclusionOrdering()
74 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace()
86 SyncScope::ID getAgentSSID() const { in getAgentSSID()
90 SyncScope::ID getWorkgroupSSID() const { in getWorkgroupSSID()
94 SyncScope::ID getWavefrontSSID() const { in getWavefrontSSID()
98 SyncScope::ID getSystemOneAddressSpaceSSID() const { in getSystemOneAddressSpaceSSID()
102 SyncScope::ID getAgentOneAddressSpaceSSID() const { in getAgentOneAddressSpaceSSID()
106 SyncScope::ID getWorkgroupOneAddressSpaceSSID() const { in getWorkgroupOneAddressSpaceSSID()
110 SyncScope::ID getWavefrontOneAddressSpaceSSID() const { in getWavefrontOneAddressSpaceSSID()
114 SyncScope::ID getSingleThreadOneAddressSpaceSSID() const { in getSingleThreadOneAddressSpaceSSID()
126 std::optional<bool> isSyncScopeInclusion(SyncScope::ID A, in isSyncScopeInclusion()
127 SyncScope::ID B) const { in isSyncScopeInclusion()