Searched refs:getOrInsertSyncScopeID (Results 1 – 15 of 15) sorted by relevance
24 AgentSSID = CTX.getOrInsertSyncScopeID("agent"); in AMDGPUMachineModuleInfo()25 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in AMDGPUMachineModuleInfo()26 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront"); in AMDGPUMachineModuleInfo()28 CTX.getOrInsertSyncScopeID("one-as"); in AMDGPUMachineModuleInfo()30 CTX.getOrInsertSyncScopeID("agent-one-as"); in AMDGPUMachineModuleInfo()32 CTX.getOrInsertSyncScopeID("workgroup-one-as"); in AMDGPUMachineModuleInfo()34 CTX.getOrInsertSyncScopeID("wavefront-one-as"); in AMDGPUMachineModuleInfo()36 CTX.getOrInsertSyncScopeID("singlethread-one-as"); in AMDGPUMachineModuleInfo()
16134 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as"); in shouldExpandAtomicRMWInIR()
101 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()107 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()325 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext326 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
233 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1662 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
4095 SyncScope::ID SSID = Ctx.getOrInsertSyncScopeID("agent"); in upgradeAMDGCNIntrinsicCall()
126 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
159 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
770 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
18272 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()18283 SSID = getLLVMContext().getOrInsertSyncScopeID("agent"); in ProcessOrderScopeAMDGCN()18286 SSID = getLLVMContext().getOrInsertSyncScopeID("workgroup"); in ProcessOrderScopeAMDGCN()18289 SSID = getLLVMContext().getOrInsertSyncScopeID("wavefront"); in ProcessOrderScopeAMDGCN()
47 Work_ItemSSID = CTX.getOrInsertSyncScopeID("work_item"); in SPIRVMachineModuleInfo()48 WorkGroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in SPIRVMachineModuleInfo()49 DeviceSSID = CTX.getOrInsertSyncScopeID("device"); in SPIRVMachineModuleInfo()50 AllSVMDevicesSSID = CTX.getOrInsertSyncScopeID("all_svm_devices"); in SPIRVMachineModuleInfo()51 SubGroupSSID = CTX.getOrInsertSyncScopeID("sub_group"); in SPIRVMachineModuleInfo()
546 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
3299 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
2801 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2784 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()