Searched refs:getOrInsertSyncScopeID (Results 1 – 17 of 17) 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()
17299 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as"); in shouldExpandAtomicRMWInIR()
86 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()92 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()306 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext307 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
202 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
1837 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
153 return unwrap(C)->getOrInsertSyncScopeID(StringRef(Name, SLen)); in LLVMGetSyncScopeID()
4412 SyncScope::ID SSID = Ctx.getOrInsertSyncScopeID("agent"); in upgradeAMDGCNIntrinsicCall()
128 LLVM_ABI SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
230 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()241 SSID = getLLVMContext().getOrInsertSyncScopeID("agent"); in ProcessOrderScopeAMDGCN()244 SSID = getLLVMContext().getOrInsertSyncScopeID("workgroup"); in ProcessOrderScopeAMDGCN()247 SSID = getLLVMContext().getOrInsertSyncScopeID("wavefront"); in ProcessOrderScopeAMDGCN()1118 SSID = getLLVMContext().getOrInsertSyncScopeID("agent"); in EmitAMDGPUBuiltinExpr()
326 Ctx.getOrInsertSyncScopeID("subgroup"); in getMemScope()328 Ctx.getOrInsertSyncScopeID("workgroup"); in getMemScope()330 Ctx.getOrInsertSyncScopeID("device"); in getMemScope()
170 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
2128 Scopes[C.getOrInsertSyncScopeID("singlethread")] = NVPTX::Scope::Thread; in NVPTXScopes()2129 Scopes[C.getOrInsertSyncScopeID("")] = NVPTX::Scope::System; in NVPTXScopes()2130 Scopes[C.getOrInsertSyncScopeID("block")] = NVPTX::Scope::Block; in NVPTXScopes()2131 Scopes[C.getOrInsertSyncScopeID("cluster")] = NVPTX::Scope::Cluster; in NVPTXScopes()2132 Scopes[C.getOrInsertSyncScopeID("device")] = NVPTX::Scope::Device; in NVPTXScopes()
307 return Ctx.getOrInsertSyncScopeID(mapClangSyncScopeToLLVM(Scope)); in getLLVMSyncScopeID()
524 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
3332 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
2895 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
2814 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()