Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp12919 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as"); in shouldExpandAtomicRMWInIR()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp96 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()
102 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()
310 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext
311 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
H A DLLVMContextImpl.cpp226 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
H A DLLVMContextImpl.h1590 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h125 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp734 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
H A DTargetInfo.cpp548 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
9676 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
H A DCGBuiltin.cpp16861 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3280 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2640 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2476 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()