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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp23 AgentSSID = CTX.getOrInsertSyncScopeID("agent");
24 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup");
25 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront");
27 CTX.getOrInsertSyncScopeID("one-as");
29 CTX.getOrInsertSyncScopeID("agent-one-as");
31 CTX.getOrInsertSyncScopeID("workgroup-one-as");
33 CTX.getOrInsertSyncScopeID("wavefront-one-as");
35 CTX.getOrInsertSyncScopeID("singlethread-one-as");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp71 pImpl->getOrInsertSyncScopeID("singlethread");
77 pImpl->getOrInsertSyncScopeID("");
272 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { function in class:LLVMContext
273 return pImpl->getOrInsertSyncScopeID(SSN);
H A DLLVMContextImpl.cpp216 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { function in class:LLVMContextImpl
H A DLLVMContextImpl.h1384 /// getOrInsertSyncScopeID - Maps synchronization scope name to
1387 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h108 /// getOrInsertSyncScopeID - Maps synchronization scope name to
111 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp710 Order, CGF.CGM.getLLVMContext().getOrInsertSyncScopeID(""));
H A DTargetInfo.cpp473 return Ctx.getOrInsertSyncScopeID(""); /* default sync scope */
8238 return Ctx.getOrInsertSyncScopeID(Name);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2929 SSID = Context.getOrInsertSyncScopeID(SSN);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2005 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2238 SSID = Context.getOrInsertSyncScopeID(SSN);

Completed in 295 milliseconds