Searched refs:getOrInsertSyncScopeID (Results 1 – 15 of 15) sorted by relevance
23 AgentSSID = CTX.getOrInsertSyncScopeID("agent"); in AMDGPUMachineModuleInfo()24 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in AMDGPUMachineModuleInfo()25 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront"); in AMDGPUMachineModuleInfo()27 CTX.getOrInsertSyncScopeID("one-as"); in AMDGPUMachineModuleInfo()29 CTX.getOrInsertSyncScopeID("agent-one-as"); in AMDGPUMachineModuleInfo()31 CTX.getOrInsertSyncScopeID("workgroup-one-as"); in AMDGPUMachineModuleInfo()33 CTX.getOrInsertSyncScopeID("wavefront-one-as"); in AMDGPUMachineModuleInfo()35 CTX.getOrInsertSyncScopeID("singlethread-one-as"); in AMDGPUMachineModuleInfo()
12775 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as")) in shouldExpandAtomicRMWInIR()
91 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()97 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()305 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext306 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
225 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1531 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
125 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
107 llvmContext.getOrInsertSyncScopeID("workgroup"));110 llvmContext.getOrInsertSyncScopeID("workgroup"));
1599 llvmContext.getOrInsertSyncScopeID($syncscope));
1060 if (fenceSyncScopeID == llvmContext.getOrInsertSyncScopeID(ssNs[i])) { in processInstruction()
734 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
535 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()9542 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
16536 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()
3175 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
2516 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2270 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()