Searched refs:getOrInsertSyncScopeID (Results 1 – 10 of 10) sorted by relevance
24 AgentSSID = CTX.getOrInsertSyncScopeID("agent"); in AMDGPUMachineModuleInfo()25 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in AMDGPUMachineModuleInfo()26 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront"); in AMDGPUMachineModuleInfo()
89 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()95 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()291 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext292 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
217 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1363 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
139 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
676 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
468 return C.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()7917 return C.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
2557 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
1846 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2172 SSID = Context.getOrInsertSyncScopeID(SSN); in ParseScope()