/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 183 AtomicOrdering::Monotonic, AtomicOrdering::Monotonic, CrossThread, BB); in TEST_F() 186 AtomicOrdering::Monotonic, CrossThread, BB); in TEST_F()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 368 return LI->isAtomic() && LI->getSynchScope() == CrossThread; in isAtomic() 370 return SI->isAtomic() && SI->getSynchScope() == CrossThread; in isAtomic()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 48 CrossThread = 1 enumerator 153 SynchronizationScope SynchScope = CrossThread, 213 SynchronizationScope SynchScope = CrossThread) { 276 SynchronizationScope SynchScope = CrossThread, 333 SynchronizationScope SynchScope = CrossThread) { 396 SynchronizationScope SynchScope = CrossThread,
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 42 CrossThread = 1 enumerator 192 AtomicOrdering Order, SynchronizationScope SynchScope = CrossThread, 198 SynchronizationScope SynchScope = CrossThread, 262 SynchronizationScope SynchScope = CrossThread) { 330 SynchronizationScope SynchScope = CrossThread, 385 SynchronizationScope SynchScope = CrossThread) { 455 SynchronizationScope SynchScope = CrossThread,
|
D | IRBuilder.h | 1089 SynchronizationScope SynchScope = CrossThread, 1097 SynchronizationScope SynchScope = CrossThread) { 1103 SynchronizationScope SynchScope = CrossThread) {
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 766 SynchronizationScope SynchScope = CrossThread) { 771 SynchronizationScope SynchScope = CrossThread) { 776 SynchronizationScope SynchScope = CrossThread) {
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 1161 Scope = CrossThread; in ParseScopeAndOrdering() 3701 SynchronizationScope Scope = CrossThread; in ParseLoad() 3748 SynchronizationScope Scope = CrossThread; in ParseStore() 3793 SynchronizationScope Scope = CrossThread; in ParseCmpXchg() 3836 SynchronizationScope Scope = CrossThread; in ParseAtomicRMW() 3889 SynchronizationScope Scope = CrossThread; in ParseFence()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2773 isSingleThread ? SingleThread : CrossThread, in LLVMBuildFence() 3055 mapFromLLVMOrdering(ordering), singleThread ? SingleThread : CrossThread)); in LLVMBuildAtomicRMW() 3067 singleThread ? SingleThread : CrossThread)); in LLVMBuildAtomicCmpXchg() 3081 SynchronizationScope Sync = NewValue ? SingleThread : CrossThread; in LLVMSetAtomicSingleThread()
|
D | Instructions.cpp | 1343 CrossThread, InsertBef) {} in LoadInst() 1348 CrossThread, InsertAE) {} in LoadInst() 1458 CrossThread, InsertBefore) {} in StoreInst() 1463 CrossThread, InsertAtEnd) {} in StoreInst()
|
D | AsmWriter.cpp | 2154 case CrossThread: break; in writeAtomic() 2168 case CrossThread: break; in writeAtomicCmpXchg()
|
D | Verifier.cpp | 2996 Assert(LI.getSynchScope() == CrossThread, in visitLoadInst() 3025 Assert(SI.getSynchScope() == CrossThread, in visitStoreInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 1324 Assert1(LI.getSynchScope() == CrossThread, in visitLoadInst() 1343 Assert1(SI.getSynchScope() == CrossThread, in visitStoreInst()
|
D | AsmWriter.cpp | 1167 case CrossThread: break; in writeAtomic()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1880 Scope = CrossThread; in ParseScopeAndOrdering() 6006 SynchronizationScope Scope = CrossThread; in ParseLoad() 6055 SynchronizationScope Scope = CrossThread; in ParseStore() 6099 SynchronizationScope Scope = CrossThread; in ParseCmpXchg() 6151 SynchronizationScope Scope = CrossThread; in ParseAtomicRMW() 6204 SynchronizationScope Scope = CrossThread; in ParseFence()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 137 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD; in GetEncodedSynchScope()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 168 case bitc::SYNCHSCOPE_CROSSTHREAD: return CrossThread; in GetDecodedSynchScope()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 548 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD; in getEncodedSynchScope()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 865 case bitc::SYNCHSCOPE_CROSSTHREAD: return CrossThread; in getDecodedSynchScope()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3173 FenceScope == CrossThread) { in lowerATOMIC_FENCE()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1547 Scope = llvm::CrossThread; in EmitBuiltinExpr()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 10215 if (FenceOrdering == SequentiallyConsistent && FenceScope == CrossThread) { in LowerATOMIC_FENCE()
|