Home
last modified time | relevance | path

Searched refs:getSyncScopeName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp314 std::optional<StringRef> LLVMContext::getSyncScopeName(SyncScope::ID Id) const { in getSyncScopeName() function in LLVMContext
315 return pImpl->getSyncScopeName(Id); in getSyncScopeName()
H A DLLVMContextImpl.cpp217 LLVMContextImpl::getSyncScopeName(SyncScope::ID Id) const { in getSyncScopeName() function in LLVMContextImpl
H A DLLVMContextImpl.h1846 std::optional<StringRef> getSyncScopeName(SyncScope::ID Id) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h137 LLVM_ABI std::optional<StringRef> getSyncScopeName(SyncScope::ID Id) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp17160 Ctx.getSyncScopeName(RMW->getSyncScopeID()).value_or("system"); in emitAtomicRMWLegalRemark()