/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 201 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope(); in isIdenticalToWhenDefined() 206 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope(); in isIdenticalToWhenDefined() 222 FI->getSynchScope() == cast<FenceInst>(FI)->getSynchScope(); in isIdenticalToWhenDefined() 226 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I)->getSynchScope(); in isIdenticalToWhenDefined() 231 RMWI->getSynchScope() == cast<AtomicRMWInst>(I)->getSynchScope(); in isIdenticalToWhenDefined() 256 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope(); in isSameOperationAs() 261 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope(); in isSameOperationAs() 278 FI->getSynchScope() == cast<FenceInst>(I)->getSynchScope(); in isSameOperationAs() 282 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I)->getSynchScope(); in isSameOperationAs() 287 RMWI->getSynchScope() == cast<AtomicRMWInst>(I)->getSynchScope(); in isSameOperationAs()
|
D | AsmWriter.cpp | 1946 writeAtomic(LI->getOrdering(), LI->getSynchScope()); in printInstruction() 1951 writeAtomic(SI->getOrdering(), SI->getSynchScope()); in printInstruction() 1955 writeAtomic(CXI->getOrdering(), CXI->getSynchScope()); in printInstruction() 1957 writeAtomic(RMWI->getOrdering(), RMWI->getSynchScope()); in printInstruction() 1959 writeAtomic(FI->getOrdering(), FI->getSynchScope()); in printInstruction()
|
D | Instructions.cpp | 3347 getAlignment(), getOrdering(), getSynchScope()); in clone_impl() 3352 getAlignment(), getOrdering(), getSynchScope()); in clone_impl() 3359 getOrdering(), getSynchScope()); in clone_impl() 3367 getOrdering(), getSynchScope()); in clone_impl() 3373 return new FenceInst(getContext(), getOrdering(), getSynchScope()); in clone_impl()
|
D | Verifier.cpp | 1324 Assert1(LI.getSynchScope() == CrossThread, in visitLoadInst() 1343 Assert1(SI.getSynchScope() == CrossThread, in visitStoreInst()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 355 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope(); in haveSameSpecialState() 361 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope(); in haveSameSpecialState() 379 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope(); in haveSameSpecialState() 387 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope(); in haveSameSpecialState() 392 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope(); in haveSameSpecialState()
|
D | AsmWriter.cpp | 3169 writeAtomic(LI->getOrdering(), LI->getSynchScope()); in printInstruction() 3174 writeAtomic(SI->getOrdering(), SI->getSynchScope()); in printInstruction() 3179 CXI->getSynchScope()); in printInstruction() 3181 writeAtomic(RMWI->getOrdering(), RMWI->getSynchScope()); in printInstruction() 3183 writeAtomic(FI->getOrdering(), FI->getSynchScope()); in printInstruction()
|
D | Instructions.cpp | 3924 getAlignment(), getOrdering(), getSynchScope()); in cloneImpl() 3929 getAlignment(), getOrdering(), getSynchScope()); in cloneImpl() 3937 getSynchScope()); in cloneImpl() 3946 getOrdering(), getSynchScope()); in cloneImpl() 3952 return new FenceInst(getContext(), getOrdering(), getSynchScope()); in cloneImpl()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 310 LI->getSynchScope() == cast<LoadInst>(I2)->getSynchScope(); in isEquivalentOperation() 315 SI->getSynchScope() == cast<StoreInst>(I2)->getSynchScope(); in isEquivalentOperation() 330 FI->getSynchScope() == cast<FenceInst>(I2)->getSynchScope(); in isEquivalentOperation() 334 CXI->getSynchScope() == cast<AtomicCmpXchgInst>(I2)->getSynchScope(); in isEquivalentOperation() 339 RMWI->getSynchScope() == cast<AtomicRMWInst>(I2)->getSynchScope(); in isEquivalentOperation()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 950 cmpNumbers(LI->getSynchScope(), cast<LoadInst>(R)->getSynchScope())) in cmpOperations() 965 return cmpNumbers(SI->getSynchScope(), cast<StoreInst>(R)->getSynchScope()); in cmpOperations() 1020 return cmpNumbers(FI->getSynchScope(), cast<FenceInst>(R)->getSynchScope()); in cmpOperations() 1037 return cmpNumbers(CXI->getSynchScope(), in cmpOperations() 1038 cast<AtomicCmpXchgInst>(R)->getSynchScope()); in cmpOperations() 1050 return cmpNumbers(RMWI->getSynchScope(), in cmpOperations() 1051 cast<AtomicRMWInst>(R)->getSynchScope()); in cmpOperations()
|
D | GlobalOpt.cpp | 849 SI->getOrdering(), SI->getSynchScope(), SI); in OptimizeGlobalAddressOfMalloc() 866 LI->getOrdering(), LI->getSynchScope(), in OptimizeGlobalAddressOfMalloc() 1617 LI->getOrdering(), LI->getSynchScope(), LI); in TryToShrinkGlobalToBoolean() 1626 SI->getOrdering(), SI->getSynchScope(), SI); in TryToShrinkGlobalToBoolean() 1631 LI->getOrdering(), LI->getSynchScope(), LI); in TryToShrinkGlobalToBoolean()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 330 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope()); in combineLoadToNewType() 403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope()); in combineStoreToNewValue() 896 V1->setAtomic(LI.getOrdering(), LI.getSynchScope()); in visitLoadInst() 898 V2->setAtomic(LI.getOrdering(), LI.getSynchScope()); in visitLoadInst() 1391 SI.getSynchScope()); in SimplifyStoreAtEndOfBlock()
|
/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() 655 Function *F = FI->getSynchScope() == SingleThread ? in instrumentAtomic()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope()); in InstCombineLoadCast() 608 SI.getSynchScope()); in SimplifyStoreAtEndOfBlock()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 371 NewLI->setAtomic(LI->getOrdering(), LI->getSynchScope()); in convertAtomicLoadToIntegerType() 454 NewSI->setAtomic(SI->getOrdering(), SI->getSynchScope()); in convertAtomicStoreToIntegerType() 811 CI->getFailureOrdering(), CI->getSynchScope()); in expandPartwordCmpXchg() 934 CI->getSynchScope()); in convertCmpXchgToIntegerType()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1206 Vals.push_back(GetEncodedSynchScope(cast<LoadInst>(I).getSynchScope())); in WriteInstruction() 1220 Vals.push_back(GetEncodedSynchScope(cast<StoreInst>(I).getSynchScope())); in WriteInstruction() 1232 cast<AtomicCmpXchgInst>(I).getSynchScope())); in WriteInstruction() 1243 cast<AtomicRMWInst>(I).getSynchScope())); in WriteInstruction() 1248 Vals.push_back(GetEncodedSynchScope(cast<FenceInst>(I).getSynchScope())); in WriteInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 199 SynchronizationScope getSynchScope() const { in getSynchScope() function 319 SynchronizationScope getSynchScope() const { in getSynchScope() function 414 SynchronizationScope getSynchScope() const { 508 SynchronizationScope getSynchScope() const { 655 SynchronizationScope getSynchScope() const {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 192 N->getSynchScope()); in PromoteIntRes_Atomic0() 205 N->getSynchScope()); in PromoteIntRes_Atomic1() 229 N->getSynchScope()); in PromoteIntRes_AtomicCmpSwap() 242 N->getFailureOrdering(), N->getSynchScope()); in PromoteIntRes_AtomicCmpSwap() 999 N->getOrdering(), N->getSynchScope()); in PromoteIntOp_ATOMIC_STORE() 1361 AN->getSynchScope()); in ExpandIntegerResult() 2720 cast<AtomicSDNode>(N)->getSynchScope()); in ExpandIntRes_ATOMIC_LOAD() 3214 cast<AtomicSDNode>(N)->getSynchScope()); in ExpandIntOp_ATOMIC_STORE()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 172 N->getSynchScope()); in PromoteIntRes_Atomic0() 185 N->getSynchScope()); in PromoteIntRes_Atomic1() 198 N->getSynchScope()); in PromoteIntRes_Atomic2() 846 N->getOrdering(), N->getSynchScope()); in PromoteIntOp_ATOMIC_STORE() 2399 cast<AtomicSDNode>(N)->getSynchScope()); in ExpandIntRes_ATOMIC_LOAD() 2834 cast<AtomicSDNode>(N)->getSynchScope()); in ExpandIntOp_ATOMIC_STORE()
|
D | SelectionDAGBuilder.cpp | 3328 SynchronizationScope Scope = I.getSynchScope(); in visitAtomicCmpXchg() 3375 SynchronizationScope Scope = I.getSynchScope(); in visitAtomicRMW() 3408 Ops[2] = DAG.getConstant(I.getSynchScope(), TLI.getPointerTy()); in visitFence() 3415 SynchronizationScope Scope = I.getSynchScope(); in visitAtomicLoad() 3445 SynchronizationScope Scope = I.getSynchScope(); in visitAtomicStore()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 924 SynchronizationScope getSynchScope() const { 999 assert(getSynchScope() == SynchScope && "Synch-scope encoding error!");
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 249 SynchronizationScope getSynchScope() const { in getSynchScope() function 372 SynchronizationScope getSynchScope() const { in getSynchScope() function 473 SynchronizationScope getSynchScope() const { 598 SynchronizationScope getSynchScope() const { 773 SynchronizationScope getSynchScope() const {
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2578 Vals.push_back(getEncodedSynchScope(cast<LoadInst>(I).getSynchScope())); in writeInstruction() 2592 Vals.push_back(getEncodedSynchScope(cast<StoreInst>(I).getSynchScope())); in writeInstruction() 2604 getEncodedSynchScope(cast<AtomicCmpXchgInst>(I).getSynchScope())); in writeInstruction() 2618 getEncodedSynchScope(cast<AtomicRMWInst>(I).getSynchScope())); in writeInstruction() 2623 Vals.push_back(getEncodedSynchScope(cast<FenceInst>(I).getSynchScope())); in writeInstruction()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1051 SynchronizationScope getSynchScope() const { 1149 assert(getSynchScope() == SynchScope && "Synch-scope encoding error!");
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2392 NewLI->setAtomic(LI.getOrdering(), LI.getSynchScope()); in visitLoadInst() 2412 NewLI->setAtomic(LI.getOrdering(), LI.getSynchScope()); in visitLoadInst() 2553 NewSI->setAtomic(SI.getOrdering(), SI.getSynchScope()); in visitStoreInst()
|
D | JumpThreading.cpp | 1060 LI->getAlignment(), LI->getOrdering(), LI->getSynchScope(), in SimplifyPartiallyRedundantLoad()
|