Searched refs:getOrInsertSyncScopeID (Results 1 – 12 of 12) sorted by relevance
22 AgentSSID = CTX.getOrInsertSyncScopeID("agent"); in AMDGPUMachineModuleInfo()23 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in AMDGPUMachineModuleInfo()24 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront"); in AMDGPUMachineModuleInfo()26 CTX.getOrInsertSyncScopeID("one-as"); in AMDGPUMachineModuleInfo()28 CTX.getOrInsertSyncScopeID("agent-one-as"); in AMDGPUMachineModuleInfo()30 CTX.getOrInsertSyncScopeID("workgroup-one-as"); in AMDGPUMachineModuleInfo()32 CTX.getOrInsertSyncScopeID("wavefront-one-as"); in AMDGPUMachineModuleInfo()34 CTX.getOrInsertSyncScopeID("singlethread-one-as"); in AMDGPUMachineModuleInfo()
12142 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as")) in shouldExpandAtomicRMWInIR()
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()
209 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1493 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
124 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
713 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
493 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()9267 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
15516 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()
2984 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
2042 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2455 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()