| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 163 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 D | AMDGPUMachineModuleInfo.h | 52 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
|
| H A D | SIMemoryLegalizer.cpp | 643 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 D | LLVMContext.h | 55 SingleThread = 0, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelDAGToDAG.cpp | 124 case SyncScope::SingleThread: in Select()
|
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 656 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 D | LLVMContext.cpp | 92 assert(SingleThreadSSID == SyncScope::SingleThread && in LLVMContext()
|
| H A D | Core.cpp | 3641 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 D | ThreadSanitizer.cpp | 489 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 D | tsan_trace_test.cpp | 271 TRACE_TEST(TraceAlloc, SingleThread) { in TRACE_TEST() argument
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 4079 LLVMBool SingleThread); 4102 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1723 return FI->getSyncScopeID() != SyncScope::SingleThread; in isOrderedAtomic()
|
| H A D | AttributorAttributes.cpp | 1885 return FI->getSyncScopeID() != SyncScope::SingleThread; in isNonRelaxedAtomic()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 418 case SyncScope::SingleThread: in getScope()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2711 FI1SyncScope != SyncScope::SingleThread)) in visitFenceInst()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6391 if (Val == SyncScope::SingleThread || Val == SyncScope::System) in getDecodedSyncScopeID()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4133 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 D | ARMISelLowering.cpp | 4203 if (SSID == SyncScope::SingleThread) in LowerATOMIC_FENCE()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 31033 if (SSID == SyncScope::SingleThread) in lowerIdempotentRMWIntoFencedLoad()
|