Home
last modified time | relevance | path

Searched refs:SingleThread (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSyncScope.h163 SingleThread = 1, enumerator
175 case SingleThread: in map()
190 return S >= static_cast<unsigned>(SingleThread) && in isValid()
197 static_cast<unsigned>(SingleThread), static_cast<unsigned>(Wavefront), in getRuntimeValues()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h52 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
H A DSIMemoryLegalizer.cpp643 if (SSID == SyncScope::SingleThread) in toSIAtomicScope()
693 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h55 SingleThread = 0, enumerator
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp124 case SyncScope::SingleThread: in Select()
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp656 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src); in CloneInstruction() local
657 Dst = LLVMBuildAtomicRMW(Builder, BinOp, Ptr, Val, Ord, SingleThread); in CloneInstruction()
669 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src); in CloneInstruction() local
672 SingleThread); in CloneInstruction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp92 assert(SingleThreadSSID == SyncScope::SingleThread && in LLVMContext()
H A DCore.cpp3641 isSingleThread ? SyncScope::SingleThread in LLVMBuildFence()
4004 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicRMW()
4017 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicCmpXchg()
4038 return I->getSyncScopeID() == SyncScope::SingleThread; in LLVMIsAtomicSingleThread()
4040 SyncScope::SingleThread; in LLVMIsAtomicSingleThread()
4045 SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System; in LLVMSetAtomicSingleThread()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp489 return SSID.value() != SyncScope::SingleThread; in isTsanAtomic()
812 FunctionCallee F = FI->getSyncScopeID() == SyncScope::SingleThread in instrumentAtomic()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp271 TRACE_TEST(TraceAlloc, SingleThread) { in TRACE_TEST() argument
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h4079 LLVMBool SingleThread);
4102 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1723 return FI->getSyncScopeID() != SyncScope::SingleThread; in isOrderedAtomic()
H A DAttributorAttributes.cpp1885 return FI->getSyncScopeID() != SyncScope::SingleThread; in isNonRelaxedAtomic()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp418 case SyncScope::SingleThread: in getScope()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2711 FI1SyncScope != SyncScope::SingleThread)) in visitFenceInst()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6391 if (Val == SyncScope::SingleThread || Val == SyncScope::System) in getDecodedSyncScopeID()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp4133 SSID = llvm::SyncScope::SingleThread; in EmitBuiltinExpr()
9752 llvm::SyncScope::SingleThread); in EmitAArch64BuiltinExpr()
15017 llvm::SyncScope::SingleThread); in EmitX86BuiltinExpr()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4203 if (SSID == SyncScope::SingleThread) in LowerATOMIC_FENCE()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31033 if (SSID == SyncScope::SingleThread) in lowerIdempotentRMWIntoFencedLoad()