Lines Matching refs:SyncScope
30 SyncScope::ID AgentSSID;
32 SyncScope::ID WorkgroupSSID;
34 SyncScope::ID WavefrontSSID;
36 SyncScope::ID SystemOneAddressSpaceSSID;
38 SyncScope::ID AgentOneAddressSpaceSSID;
40 SyncScope::ID WorkgroupOneAddressSpaceSSID;
42 SyncScope::ID WavefrontOneAddressSpaceSSID;
44 SyncScope::ID SingleThreadOneAddressSpaceSSID;
53 getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering()
54 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
66 else if (SSID == SyncScope::System || in getSyncScopeInclusionOrdering()
75 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace()
87 SyncScope::ID getAgentSSID() const { in getAgentSSID()
91 SyncScope::ID getWorkgroupSSID() const { in getWorkgroupSSID()
95 SyncScope::ID getWavefrontSSID() const { in getWavefrontSSID()
99 SyncScope::ID getSystemOneAddressSpaceSSID() const { in getSystemOneAddressSpaceSSID()
103 SyncScope::ID getAgentOneAddressSpaceSSID() const { in getAgentOneAddressSpaceSSID()
107 SyncScope::ID getWorkgroupOneAddressSpaceSSID() const { in getWorkgroupOneAddressSpaceSSID()
111 SyncScope::ID getWavefrontOneAddressSpaceSSID() const { in getWavefrontOneAddressSpaceSSID()
115 SyncScope::ID getSingleThreadOneAddressSpaceSSID() const { in getSingleThreadOneAddressSpaceSSID()
127 std::optional<bool> isSyncScopeInclusion(SyncScope::ID A, in isSyncScopeInclusion()
128 SyncScope::ID B) const { in isSyncScopeInclusion()