Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h53 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
H A DSIMemoryLegalizer.cpp638 if (SSID == SyncScope::SingleThread) in toSIAtomicScope()
682 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h54 SingleThread = 0, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp658 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src); in CloneInstruction() local
659 Dst = LLVMBuildAtomicRMW(Builder, BinOp, Ptr, Val, Ord, SingleThread); in CloneInstruction()
671 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src); in CloneInstruction() local
674 SingleThread); in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp353 if (SSID.has_value() && *SSID != SyncScope::SingleThread) { in runOn()
H A DThreadSanitizer.cpp481 return *SSID != SyncScope::SingleThread; in isTsanAtomic()
804 FunctionCallee F = FI->getSyncScopeID() == SyncScope::SingleThread in instrumentAtomic()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp136 case SyncScope::SingleThread: in Select()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp97 assert(SingleThreadSSID == SyncScope::SingleThread && in LLVMContext()
H A DCore.cpp3594 isSingleThread ? SyncScope::SingleThread in LLVMBuildFence()
3914 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicRMW()
3927 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicCmpXchg()
3948 return I->getSyncScopeID() == SyncScope::SingleThread; in LLVMIsAtomicSingleThread()
3950 SyncScope::SingleThread; in LLVMIsAtomicSingleThread()
3955 SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System; in LLVMSetAtomicSingleThread()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp271 TRACE_TEST(TraceAlloc, SingleThread) { in TRACE_TEST() argument
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h4051 LLVMBool SingleThread);
4074 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp116 SingleThread("licm-force-thread-model-single", cl::Hidden, cl::init(false), variable
1942 (TTI->isSingleThreaded() || SingleThread); in isThreadLocalObject()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1636 return FI->getSyncScopeID() != SyncScope::SingleThread; in isOrderedAtomic()
H A DAttributorAttributes.cpp2309 return FI->getSyncScopeID() != SyncScope::SingleThread; in isNonRelaxedAtomic()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp553 case SyncScope::SingleThread: in getScope()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2886 FI1SyncScope != SyncScope::SingleThread)) in visitFenceInst()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6556 if (Val == SyncScope::SingleThread || Val == SyncScope::System) in getDecodedSyncScopeID()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp4173 SSID = llvm::SyncScope::SingleThread; in EmitBuiltinExpr()
10040 llvm::SyncScope::SingleThread); in EmitAArch64BuiltinExpr()
15343 llvm::SyncScope::SingleThread); in EmitX86BuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3714 if (FenceSSID == SyncScope::SingleThread) in LowerATOMIC_FENCE()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4230 if (SSID == SyncScope::SingleThread) in LowerATOMIC_FENCE()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31919 if (SSID == SyncScope::SingleThread) in lowerIdempotentRMWIntoFencedLoad()