Home
last modified time | relevance | path

Searched refs:StoreAccess (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp97 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F() local
98 MP->addIncoming(StoreAccess, Left); in TEST_F()
134 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F() local
138 MSSA.removeMemoryAccess(StoreAccess); in TEST_F()
180 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F() local
186 MSSA.removeMemoryAccess(StoreAccess); in TEST_F()
296 MemoryAccess *StoreAccess = MSSA.getMemoryAccess(SI); in TEST_F() local
299 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
302 EXPECT_EQ(Clobber, StoreAccess); in TEST_F()
306 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
[all …]
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp227 MemoryAccess *StoreAccess = in TEST_F() local
229 Updater.insertDef(cast<MemoryDef>(StoreAccess)); in TEST_F()
503 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F() local
507 Updater.removeMemoryAccess(StoreAccess); in TEST_F()
550 MemoryDef *StoreAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreInst)); in TEST_F() local
556 Updater.removeMemoryAccess(StoreAccess); in TEST_F()
671 MemoryAccess *StoreAccess = MSSA.getMemoryAccess(SI); in TEST_F() local
674 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
677 EXPECT_EQ(Clobber, StoreAccess); in TEST_F()
681 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1368 auto *StoreAccess = getMemoryAccess(SI); in performSymbolicStoreEvaluation() local
1370 const MemoryAccess *StoreRHS = StoreAccess->getDefiningAccess(); in performSymbolicStoreEvaluation()
1372 StoreRHS = MSSAWalker->getClobberingMemoryAccess(StoreAccess); in performSymbolicStoreEvaluation()
1375 if (StoreRHS != StoreAccess->getDefiningAccess()) in performSymbolicStoreEvaluation()
1376 addMemoryUsers(StoreRHS, StoreAccess); in performSymbolicStoreEvaluation()
1378 if (StoreRHS == StoreAccess) in performSymbolicStoreEvaluation()
1410 return createStoreExpression(SI, StoreAccess); in performSymbolicStoreEvaluation()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1369 auto *StoreAccess = getMemoryAccess(SI); in performSymbolicStoreEvaluation() local
1371 const MemoryAccess *StoreRHS = StoreAccess->getDefiningAccess(); in performSymbolicStoreEvaluation()
1373 StoreRHS = MSSAWalker->getClobberingMemoryAccess(StoreAccess); in performSymbolicStoreEvaluation()
1376 if (StoreRHS != StoreAccess->getDefiningAccess()) in performSymbolicStoreEvaluation()
1377 addMemoryUsers(StoreRHS, StoreAccess); in performSymbolicStoreEvaluation()
1379 if (StoreRHS == StoreAccess) in performSymbolicStoreEvaluation()
1411 return createStoreExpression(SI, StoreAccess); in performSymbolicStoreEvaluation()