Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineModuleInfo.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp71 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()
77 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()
272 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext
273 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
HDLLVMContextImpl.cpp216 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
HDLLVMContextImpl.h1387 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h111 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGAtomic.cpp710 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID("")); in EmitAtomicOp()
HDTargetInfo.cpp473 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */ in getLLVMSyncScopeID()
8238 return Ctx.getOrInsertSyncScopeID(Name); in getLLVMSyncScopeID()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp2929 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2005 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp2238 SSID = Context.getOrInsertSyncScopeID(SSN); in ParseScope()