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()
12120 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()
205 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1494 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()9313 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
16029 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()
3155 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
2015 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2128 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()