Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp12775 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as")) in shouldExpandAtomicRMWInIR()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp91 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()
97 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()
305 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext
306 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
H A DLLVMContextImpl.cpp225 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
H A DLLVMContextImpl.h1531 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h125 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DROCDLOps.td107 llvmContext.getOrInsertSyncScopeID("workgroup"));
110 llvmContext.getOrInsertSyncScopeID("workgroup"));
H A DLLVMOps.td1599 llvmContext.getOrInsertSyncScopeID($syncscope));
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1060 if (fenceSyncScopeID == llvmContext.getOrInsertSyncScopeID(ssNs[i])) { in processInstruction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp734 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
H A DTargetInfo.cpp535 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
9542 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
H A DCGBuiltin.cpp16536 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3175 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2516 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2270 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()