Home
last modified time | relevance | path

Searched refs:CrossThread (Results 1 – 21 of 21) sorted by relevance

/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp183 AtomicOrdering::Monotonic, AtomicOrdering::Monotonic, CrossThread, BB); in TEST_F()
186 AtomicOrdering::Monotonic, CrossThread, BB); in TEST_F()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp368 return LI->isAtomic() && LI->getSynchScope() == CrossThread; in isAtomic()
370 return SI->isAtomic() && SI->getSynchScope() == CrossThread; in isAtomic()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h48 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/
DInstructions.h42 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,
DIRBuilder.h1089 SynchronizationScope SynchScope = CrossThread,
1097 SynchronizationScope SynchScope = CrossThread) {
1103 SynchronizationScope SynchScope = CrossThread) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h766 SynchronizationScope SynchScope = CrossThread) {
771 SynchronizationScope SynchScope = CrossThread) {
776 SynchronizationScope SynchScope = CrossThread) {
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1161 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/
DCore.cpp2773 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()
DInstructions.cpp1343 CrossThread, InsertBef) {} in LoadInst()
1348 CrossThread, InsertAE) {} in LoadInst()
1458 CrossThread, InsertBefore) {} in StoreInst()
1463 CrossThread, InsertAtEnd) {} in StoreInst()
DAsmWriter.cpp2154 case CrossThread: break; in writeAtomic()
2168 case CrossThread: break; in writeAtomicCmpXchg()
DVerifier.cpp2996 Assert(LI.getSynchScope() == CrossThread, in visitLoadInst()
3025 Assert(SI.getSynchScope() == CrossThread, in visitStoreInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1324 Assert1(LI.getSynchScope() == CrossThread, in visitLoadInst()
1343 Assert1(SI.getSynchScope() == CrossThread, in visitStoreInst()
DAsmWriter.cpp1167 case CrossThread: break; in writeAtomic()
/external/llvm/lib/AsmParser/
DLLParser.cpp1880 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/
DBitcodeWriter.cpp137 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD; in GetEncodedSynchScope()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp168 case bitc::SYNCHSCOPE_CROSSTHREAD: return CrossThread; in GetDecodedSynchScope()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp548 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD; in getEncodedSynchScope()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp865 case bitc::SYNCHSCOPE_CROSSTHREAD: return CrossThread; in getDecodedSynchScope()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3173 FenceScope == CrossThread) { in lowerATOMIC_FENCE()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1547 Scope = llvm::CrossThread; in EmitBuiltinExpr()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10215 if (FenceOrdering == SequentiallyConsistent && FenceScope == CrossThread) { in LowerATOMIC_FENCE()