Lines Matching refs:SyncScope
676 SmallVector<SyncScope::ID, 8> SSIDs;
860 SyncScope::ID getDecodedSyncScopeID(unsigned Val);
5844 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody()
5919 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody()
5963 const SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 2]); in parseFunctionBody()
6033 const SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 2]); in parseFunctionBody()
6109 const SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody()
6137 SyncScope::ID SSID = getDecodedSyncScopeID(Record[1]); in parseFunctionBody()
6390 SyncScope::ID BitcodeReader::getDecodedSyncScopeID(unsigned Val) { in getDecodedSyncScopeID()
6391 if (Val == SyncScope::SingleThread || Val == SyncScope::System) in getDecodedSyncScopeID()
6392 return SyncScope::ID(Val); in getDecodedSyncScopeID()
6394 return SyncScope::System; // Map unknown synchronization scopes to system. in getDecodedSyncScopeID()