Searched refs:SingleThread (Results 1 – 14 of 14) sorted by relevance
52 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
579 if (SSID == SyncScope::SingleThread) in toSIAtomicScope()629 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO()
55 SingleThread = 0, enumerator
134 case SyncScope::SingleThread: in Select()
534 return LI->isAtomic() && LI->getSyncScopeID() != SyncScope::SingleThread; in isAtomic()536 return SI->isAtomic() && SI->getSyncScopeID() != SyncScope::SingleThread; in isAtomic()856 FunctionCallee F = FI->getSyncScopeID() == SyncScope::SingleThread in instrumentAtomic()
89 assert(SingleThreadSSID == SyncScope::SingleThread && in LLVMContext()
3650 isSingleThread ? SyncScope::SingleThread in LLVMBuildFence()4001 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicRMW()4014 singleThread ? SyncScope::SingleThread : SyncScope::System)); in LLVMBuildAtomicCmpXchg()4035 return I->getSyncScopeID() == SyncScope::SingleThread; in LLVMIsAtomicSingleThread()4037 SyncScope::SingleThread; in LLVMIsAtomicSingleThread()4042 SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System; in LLVMSetAtomicSingleThread()
3998 LLVMBool SingleThread);4021 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
1490 return FI->getSyncScopeID() != SyncScope::SingleThread; in isOrderedAtomic()
1786 return FI->getSyncScopeID() != SyncScope::SingleThread; in isNonRelaxedAtomic()
5467 if (Val == SyncScope::SingleThread || Val == SyncScope::System) in getDecodedSyncScopeID()
4059 SSID = llvm::SyncScope::SingleThread; in EmitBuiltinExpr()9545 llvm::SyncScope::SingleThread); in EmitAArch64BuiltinExpr()14718 llvm::SyncScope::SingleThread); in EmitX86BuiltinExpr()
4137 if (SSID == SyncScope::SingleThread) in LowerATOMIC_FENCE()
29258 if (SSID == SyncScope::SingleThread) in lowerIdempotentRMWIntoFencedLoad()