/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 407 bool isUnordered() const { in isUnordered() function in __anon68e036b60311::EarlyCSE::ParseMemoryInst 413 return LI->isUnordered(); in isUnordered() 415 return SI->isUnordered(); in isUnordered() 623 if (MemInst.isVolatile() || !MemInst.isUnordered()) { in processNode() 641 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode() 720 !MemInst.isVolatile() && MemInst.isUnordered()) { in processNode() 751 assert(LastStoreMemInst.isUnordered() && in processNode() 782 if (MemInst.isUnordered() && !MemInst.isVolatile()) in processNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 511 bool isUnordered() const { in isUnordered() function in __anonca29b00e0311::EarlyCSE::ParseMemoryInst 513 return Info.isUnordered(); in isUnordered() 516 return LI->isUnordered(); in isUnordered() 518 return SI->isUnordered(); in isUnordered() 954 if (MemInst.isVolatile() || !MemInst.isUnordered()) { in processNode() 981 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode() 1075 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode() 1119 assert(LastStoreMemInst.isUnordered() && in processNode() 1155 if (MemInst.isUnordered() && !MemInst.isVolatile()) in processNode()
|
D | LoopIdiomRecognize.cpp | 390 if (!SI->isUnordered()) in isLegalStore() 432 bool UnorderedAtomic = SI->isUnordered() && !SI->isSimple(); in isLegalStore() 466 if (!LI->isUnordered()) in isLegalStore() 959 assert(SI->isUnordered() && "Expected only non-volatile non-ordered stores."); in processLoopStoreOfLoopLoad() 969 assert(LI->isUnordered() && "Expected only non-volatile non-ordered loads."); in processLoopStoreOfLoopLoad()
|
D | LICM.cpp | 587 if (!LI->isUnordered()) in canSinkOrHoistInst() 1314 if (!Load->isUnordered()) in promoteLoopAccessesToScalars() 1329 if (!Store->isUnordered()) in promoteLoopAccessesToScalars()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemDepPrinter.cpp | 124 if (!LI->isUnordered()) { in runOnFunction() 133 if (!LI->isUnordered()) { in runOnFunction()
|
D | AliasAnalysis.cpp | 285 if (!L->isUnordered()) in getModRefInfo() 300 if (!S->isUnordered()) in getModRefInfo()
|
D | LoopDependenceAnalysis.cpp | 82 return LI->isUnordered(); in IsLoadOrStoreInst() 84 return SI->isUnordered(); in IsLoadOrStoreInst()
|
D | MemoryDependenceAnalysis.cpp | 123 if (LI->isUnordered()) { in GetLocation() 135 if (SI->isUnordered()) { in GetLocation() 380 if (!LI->isUnordered()) in getPointerDependencyFrom() 440 if (!SI->isUnordered()) in getPointerDependencyFrom()
|
D | AliasSetTracker.cpp | 300 if (!LI->isUnordered()) ATy = AliasSet::ModRef; in add() 313 if (!SI->isUnordered()) ATy = AliasSet::ModRef; in add()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 463 if (!LI.isUnordered()) in combineLoadToOperationType() 845 if (!LI.isUnordered()) return nullptr; in visitLoadInst() 894 assert(LI.isUnordered() && "implied by above"); in visitLoadInst() 998 if (!SI.isUnordered()) in combineStoreToValueType() 1180 if (!SI.isUnordered()) return nullptr; in visitStoreInst() 1212 if (PrevSI->isUnordered() && equivalentAddressValues(PrevSI->getOperand(1), in visitStoreInst() 1227 assert(SI.isUnordered() && "can't eliminate ordering operation"); in visitStoreInst() 1280 assert(SI.isUnordered() && in SimplifyStoreAtEndOfBlock()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 329 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory() 349 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory() 418 if (!LI->isUnordered()) in isSafeToSpeculativelyExecute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 612 if (!LI.isUnordered()) in combineLoadToOperationType() 1036 if (!LI.isUnordered()) return nullptr; in visitLoadInst() 1072 assert(LI.isUnordered() && "implied by above"); in visitLoadInst() 1178 if (!SI.isUnordered()) in combineStoreToValueType() 1423 if (!SI.isUnordered()) return nullptr; in visitStoreInst() 1455 if (PrevSI->isUnordered() && equivalentAddressValues(PrevSI->getOperand(1), in visitStoreInst() 1470 assert(SI.isUnordered() && "can't eliminate ordering operation"); in visitStoreInst() 1524 assert(SI.isUnordered() && in SimplifyStoreAtEndOfBlock()
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered) 89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered) 89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
|
/external/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 197 if (!MMO->isUnordered()) { in rememberInstruction() 228 if (!MMO->isUnordered()) in isSafeToHoist()
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 92 if (LI->isUnordered()) { in GetLocation() 105 if (SI->isUnordered()) { in GetLocation() 585 if (!SI->isUnordered() && SI->isAtomic()) { in getSimplePointerDependencyFrom() 898 return !LI->isUnordered(); in getNonLocalPointerDependency() 900 return !SI->isUnordered(); in getNonLocalPointerDependency()
|
D | AliasAnalysis.cpp | 315 if (!L->isUnordered()) in getModRefInfo() 330 if (!S->isUnordered()) in getModRefInfo()
|
D | Loads.cpp | 321 if (!Load->isUnordered()) in FindAvailableLoadedValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 190 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 121 if (LI->isUnordered()) { in GetLocation() 134 if (SI->isUnordered()) { in GetLocation() 619 if (!SI->isUnordered() && SI->isAtomic()) { in getSimplePointerDependencyFrom() 944 return !LI->isUnordered(); in getNonLocalPointerDependency() 946 return !SI->isUnordered(); in getNonLocalPointerDependency()
|
D | Loads.cpp | 328 if (!Load->isUnordered()) in FindAvailableLoadedValue()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 497 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory() 519 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 220 return SI->isUnordered(); in isRemovable() 675 if (!L->isUnordered()) // Be conservative with atomic/volatile load in handleEndBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 276 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 520 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory() 540 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
|