Home
last modified time | relevance | path

Searched refs:isUnordered (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp407 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/
DEarlyCSE.cpp511 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()
DLoopIdiomRecognize.cpp390 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()
DLICM.cpp587 if (!LI->isUnordered()) in canSinkOrHoistInst()
1314 if (!Load->isUnordered()) in promoteLoopAccessesToScalars()
1329 if (!Store->isUnordered()) in promoteLoopAccessesToScalars()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemDepPrinter.cpp124 if (!LI->isUnordered()) { in runOnFunction()
133 if (!LI->isUnordered()) { in runOnFunction()
DAliasAnalysis.cpp285 if (!L->isUnordered()) in getModRefInfo()
300 if (!S->isUnordered()) in getModRefInfo()
DLoopDependenceAnalysis.cpp82 return LI->isUnordered(); in IsLoadOrStoreInst()
84 return SI->isUnordered(); in IsLoadOrStoreInst()
DMemoryDependenceAnalysis.cpp123 if (LI->isUnordered()) { in GetLocation()
135 if (SI->isUnordered()) { in GetLocation()
380 if (!LI->isUnordered()) in getPointerDependencyFrom()
440 if (!SI->isUnordered()) in getPointerDependencyFrom()
DAliasSetTracker.cpp300 if (!LI->isUnordered()) ATy = AliasSet::ModRef; in add()
313 if (!SI->isUnordered()) ATy = AliasSet::ModRef; in add()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp463 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/
DInstruction.cpp329 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/
DInstCombineLoadStoreAlloca.cpp612 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/
Datomic.ll78 ; 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/
Datomic.ll78 ; 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/
DImplicitNullChecks.cpp197 if (!MMO->isUnordered()) { in rememberInstruction()
228 if (!MMO->isUnordered()) in isSafeToHoist()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp92 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()
DAliasAnalysis.cpp315 if (!L->isUnordered()) in getModRefInfo()
330 if (!S->isUnordered()) in getModRefInfo()
DLoads.cpp321 if (!Load->isUnordered()) in FindAvailableLoadedValue()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h190 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp121 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()
DLoads.cpp328 if (!Load->isUnordered()) in FindAvailableLoadedValue()
/external/llvm/lib/IR/
DInstruction.cpp497 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()
519 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDeadStoreElimination.cpp220 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/
DMachineMemOperand.h276 bool isUnordered() const { return !isVolatile(); } in isUnordered() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp520 return !cast<StoreInst>(this)->isUnordered(); in mayReadFromMemory()
540 return !cast<LoadInst>(this)->isUnordered(); in mayWriteToMemory()

123