Home
last modified time | relevance | path

Searched refs:getOrInsertSyncScopeID (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp23 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()
H A DSIISelLowering.cpp17299 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as"); in shouldExpandAtomicRMWInIR()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp86 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()
92 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()
306 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext
307 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
H A DLLVMContextImpl.cpp202 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
H A DLLVMContextImpl.h1837 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
H A DCore.cpp153 return unwrap(C)->getOrInsertSyncScopeID(StringRef(Name, SLen)); in LLVMGetSyncScopeID()
H A DAutoUpgrade.cpp4412 SyncScope::ID SSID = Ctx.getOrInsertSyncScopeID("agent"); in upgradeAMDGCNIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h128 LLVM_ABI SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DAMDGPU.cpp230 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp326 Ctx.getOrInsertSyncScopeID("subgroup"); in getMemScope()
328 Ctx.getOrInsertSyncScopeID("workgroup"); in getMemScope()
330 Ctx.getOrInsertSyncScopeID("device"); in getMemScope()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp170 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2128 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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp307 return Ctx.getOrInsertSyncScopeID(mapClangSyncScopeToLLVM(Scope)); in getLLVMSyncScopeID()
H A DAMDGPU.cpp524 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3332 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2895 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2814 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()