Searched refs:getOrInsertSyncScopeID (Results 1 – 8 of 8) sorted by relevance
24 AgentSSID = CTX.getOrInsertSyncScopeID("agent"); in AMDGPUMachineModuleInfo()25 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in AMDGPUMachineModuleInfo()26 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront"); in AMDGPUMachineModuleInfo()
88 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()94 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()290 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext291 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
217 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1361 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
138 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
2399 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
1822 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2147 SSID = Context.getOrInsertSyncScopeID(SSN); in ParseScope()