Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineModuleInfo.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()
HDSIISelLowering.cpp16134 SSID == RMW->getContext().getOrInsertSyncScopeID("one-as"); in shouldExpandAtomicRMWInIR()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.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()
HDLLVMContextImpl.cpp233 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
HDLLVMContextImpl.h1662 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
HDAutoUpgrade.cpp4095 SyncScope::ID SSID = Ctx.getOrInsertSyncScopeID("agent"); in upgradeAMDGCNIntrinsicCall()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h126 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp159 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
HDCGAtomic.cpp770 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
HDCGBuiltin.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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVInstructionSelector.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()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDAMDGPU.cpp546 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp3299 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2801 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp2784 SSID = Context.getOrInsertSyncScopeID(SSN); in parseScope()