Searched refs:SingleThread (Results 1 – 11 of 11) sorted by relevance
47 if (SSID == SyncScope::SingleThread) in getSyncScopeInclusionOrdering()
443 if (SSID == SyncScope::SingleThread) in toSIAtomicScope()476 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO()
56 SingleThread = 0, enumerator
414 return LI->isAtomic() && LI->getSyncScopeID() != SyncScope::SingleThread; in isAtomic()416 return SI->isAtomic() && SI->getSyncScopeID() != SyncScope::SingleThread; in isAtomic()709 Function *F = FI->getSyncScopeID() == SyncScope::SingleThread ? in instrumentAtomic()
90 assert(SingleThreadSSID == SyncScope::SingleThread && in LLVMContext()
3407 isSingleThread ? SyncScope::SingleThread in LLVMBuildFence()3738 mapFromLLVMOrdering(ordering), singleThread ? SyncScope::SingleThread in LLVMBuildAtomicRMW()3751 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicCmpXchg()3759 return I->getSyncScopeID() == SyncScope::SingleThread; in LLVMIsAtomicSingleThread()3761 SyncScope::SingleThread; in LLVMIsAtomicSingleThread()3766 SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System; in LLVMSetAtomicSingleThread()
3740 LLVMBool SingleThread);3743 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
4742 if (Val == SyncScope::SingleThread || Val == SyncScope::System) in getDecodedSyncScopeID()
2876 SSID = llvm::SyncScope::SingleThread; in EmitBuiltinExpr()6971 llvm::SyncScope::SingleThread); in EmitAArch64BuiltinExpr()11402 llvm::SyncScope::SingleThread); in EmitX86BuiltinExpr()
3409 if (SSID == SyncScope::SingleThread) in LowerATOMIC_FENCE()
25207 if (SSID == SyncScope::SingleThread) in lowerIdempotentRMWIntoFencedLoad()