Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp24 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()
H A DSIISelLowering.cpp16134 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as"); in shouldExpandAtomicRMWInIR()
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp101 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()
107 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()
325 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext
326 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
H A DLLVMContextImpl.cpp233 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
H A DLLVMContextImpl.h1662 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
H A DAutoUpgrade.cpp4095 SyncScope::ID SSID = Ctx.getOrInsertSyncScopeID("agent"); in upgradeAMDGCNIntrinsicCall()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h126 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp159 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
H A DCGAtomic.cpp770 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
H A DCGBuiltin.cpp18272 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()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp47 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()
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp546 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3299 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2801 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2784 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()