Searched refs:getSynchScope (Results 1 - 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp201 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope();
206 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope();
222 FI->getSynchScope() == cast<FenceInst>(FI)->getSynchScope();
226 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I)->getSynchScope();
231 RMWI->getSynchScope() == cast<AtomicRMWInst>(I)->getSynchScope();
[all...]
H A DAsmWriter.cpp1946 writeAtomic(LI->getOrdering(), LI->getSynchScope());
1951 writeAtomic(SI->getOrdering(), SI->getSynchScope());
1955 writeAtomic(CXI->getOrdering(), CXI->getSynchScope());
1957 writeAtomic(RMWI->getOrdering(), RMWI->getSynchScope());
1959 writeAtomic(FI->getOrdering(), FI->getSynchScope());
H A DInstructions.cpp3347 getAlignment(), getOrdering(), getSynchScope());
3352 getAlignment(), getOrdering(), getSynchScope());
3359 getOrdering(), getSynchScope());
3367 getOrdering(), getSynchScope());
3373 return new FenceInst(getContext(), getOrdering(), getSynchScope());
H A DVerifier.cpp1324 Assert1(LI.getSynchScope() == CrossThread,
1343 Assert1(SI.getSynchScope() == CrossThread,
/external/llvm/lib/IR/
H A DInstruction.cpp355 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
361 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope();
379 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
387 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope();
392 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope();
[all...]
H A DAsmWriter.cpp3169 writeAtomic(LI->getOrdering(), LI->getSynchScope());
3174 writeAtomic(SI->getOrdering(), SI->getSynchScope());
3179 CXI->getSynchScope());
3181 writeAtomic(RMWI->getOrdering(), RMWI->getSynchScope());
3183 writeAtomic(FI->getOrdering(), FI->getSynchScope());
H A DInstructions.cpp3924 getAlignment(), getOrdering(), getSynchScope());
3929 getAlignment(), getOrdering(), getSynchScope());
3937 getSynchScope());
3946 getOrdering(), getSynchScope());
3952 return new FenceInst(getContext(), getOrdering(), getSynchScope());
H A DCore.cpp3075 return I->getSynchScope() == SingleThread;
3076 return cast<AtomicCmpXchgInst>(P)->getSynchScope() == SingleThread;
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DMergeFunctions.cpp310 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope();
315 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope();
330 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope();
334 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope();
339 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope();
[all...]
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp950 cmpNumbers(LI->getSynchScope(), cast<LoadInst>(R)->getSynchScope()))
965 return cmpNumbers(SI->getSynchScope(), cast<StoreInst>(R)->getSynchScope());
1020 return cmpNumbers(FI->getSynchScope(), cast<FenceInst>(R)->getSynchScope());
1037 return cmpNumbers(CXI->getSynchScope(),
1038 cast<AtomicCmpXchgInst>(R)->getSynchScope());
1050 return cmpNumbers(RMWI->getSynchScope(),
1051 cast<AtomicRMWInst>(R)->getSynchScope());
[all...]
H A DGlobalOpt.cpp849 SI->getOrdering(), SI->getSynchScope(), SI);
866 LI->getOrdering(), LI->getSynchScope(),
1617 LI->getOrdering(), LI->getSynchScope(), LI);
1626 SI->getOrdering(), SI->getSynchScope(), SI);
1631 LI->getOrdering(), LI->getSynchScope(), LI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp330 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope());
896 V1->setAtomic(LI.getOrdering(), LI.getSynchScope());
898 V2->setAtomic(LI.getOrdering(), LI.getSynchScope());
1391 SI.getSynchScope());
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
608 SI.getSynchScope());
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp368 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
370 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
655 Function *F = FI->getSynchScope() == SingleThread ?
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp371 NewLI->setAtomic(LI->getOrdering(), LI->getSynchScope());
454 NewSI->setAtomic(SI->getOrdering(), SI->getSynchScope());
811 CI->getFailureOrdering(), CI->getSynchScope());
934 CI->getSynchScope());
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1206 Vals.push_back(GetEncodedSynchScope(cast<LoadInst>(I).getSynchScope()));
1220 Vals.push_back(GetEncodedSynchScope(cast<StoreInst>(I).getSynchScope()));
1232 cast<AtomicCmpXchgInst>(I).getSynchScope()));
1243 cast<AtomicRMWInst>(I).getSynchScope()));
1248 Vals.push_back(GetEncodedSynchScope(cast<FenceInst>(I).getSynchScope()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp192 N->getSynchScope());
205 N->getSynchScope());
229 N->getSynchScope());
242 N->getFailureOrdering(), N->getSynchScope());
999 N->getOrdering(), N->getSynchScope());
1361 AN->getSynchScope());
2720 cast<AtomicSDNode>(N)->getSynchScope());
3214 cast<AtomicSDNode>(N)->getSynchScope());
/external/llvm/include/llvm/IR/
H A DInstructions.h249 SynchronizationScope getSynchScope() const { function in class:llvm::LoadInst
372 SynchronizationScope getSynchScope() const { function in class:llvm::StoreInst
473 SynchronizationScope getSynchScope() const { function in class:llvm::FenceInst
598 SynchronizationScope getSynchScope() const { function in class:llvm::AtomicCmpXchgInst
773 SynchronizationScope getSynchScope() const { function in class:llvm::AtomicRMWInst
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h199 SynchronizationScope getSynchScope() const { function in class:llvm::LoadInst
319 SynchronizationScope getSynchScope() const { function in class:llvm::StoreInst
414 SynchronizationScope getSynchScope() const { function in class:llvm::FenceInst
508 SynchronizationScope getSynchScope() const { function in class:llvm::AtomicCmpXchgInst
655 SynchronizationScope getSynchScope() const { function in class:llvm::AtomicRMWInst
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp172 N->getSynchScope());
185 N->getSynchScope());
198 N->getSynchScope());
846 N->getOrdering(), N->getSynchScope());
2399 cast<AtomicSDNode>(N)->getSynchScope());
2834 cast<AtomicSDNode>(N)->getSynchScope());
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1051 SynchronizationScope getSynchScope() const { function in class:llvm::MemSDNode
1149 assert(getSynchScope() == SynchScope && "Synch-scope encoding error!");
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h924 SynchronizationScope getSynchScope() const { function in class:llvm::SDNode::MemSDNode
999 assert(getSynchScope() == SynchScope && "Synch-scope encoding error!");
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2578 Vals.push_back(getEncodedSynchScope(cast<LoadInst>(I).getSynchScope()));
2592 Vals.push_back(getEncodedSynchScope(cast<StoreInst>(I).getSynchScope()));
2604 getEncodedSynchScope(cast<AtomicCmpXchgInst>(I).getSynchScope()));
2618 getEncodedSynchScope(cast<AtomicRMWInst>(I).getSynchScope()));
2623 Vals.push_back(getEncodedSynchScope(cast<FenceInst>(I).getSynchScope()));
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2392 NewLI->setAtomic(LI.getOrdering(), LI.getSynchScope());
2412 NewLI->setAtomic(LI.getOrdering(), LI.getSynchScope());
2553 NewSI->setAtomic(SI.getOrdering(), SI.getSynchScope());
H A DJumpThreading.cpp1060 LI->getAlignment(), LI->getOrdering(), LI->getSynchScope(),

Completed in 1049 milliseconds

12