/external/llvm-project/llvm/unittests/Analysis/ |
D | MemorySSATest.cpp | 555 EXPECT_EQ(DefiningAccess, Walker->getClobberingMemoryAccess(LoadInst)); in TEST_F() 568 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F() 572 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F() 616 MemoryAccess *WalkerClobber = Walker->getClobberingMemoryAccess(V); in TEST_F() 642 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LI); in TEST_F() 644 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SI))); in TEST_F() 674 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F() 675 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() 681 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F() 682 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() [all …]
|
/external/llvm/unittests/Transforms/Utils/ |
D | MemorySSA.cpp | 185 EXPECT_EQ(DefiningAccess, Walker->getClobberingMemoryAccess(LoadInst)); in TEST_F() 195 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F() 241 MemoryAccess *WalkerClobber = Walker->getClobberingMemoryAccess(V); in TEST_F() 267 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LI); in TEST_F() 269 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SI))); in TEST_F() 299 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F() 300 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F() 306 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F() 307 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 128 MemoryAccess *getClobberingMemoryAccess(const Instruction *) override; 129 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, 147 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, UpwardsMemoryQuery &); 435 MU->setDefiningAccess(Walker->getClobberingMemoryAccess(Inst)); in buildMemorySSA() 1237 MemoryAccess *MemorySSA::CachingWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1242 MemoryAccess *MemorySSA::CachingWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1273 MemoryAccess *Clobber = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess() 1285 MemorySSA::CachingWalker::getClobberingMemoryAccess(const Instruction *I) { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1313 MemoryAccess *Result = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess() 1347 DoNothingMemorySSAWalker::getClobberingMemoryAccess(const Instruction *I) { in getClobberingMemoryAccess() function in llvm::DoNothingMemorySSAWalker [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1022 using MemorySSAWalker::getClobberingMemoryAccess; 1024 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1027 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1033 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1035 return getClobberingMemoryAccess(MA, UpwardWalkLimit); in getClobberingMemoryAccess() 1037 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1040 return getClobberingMemoryAccess(MA, Loc, UpwardWalkLimit); in getClobberingMemoryAccess() 1058 using MemorySSAWalker::getClobberingMemoryAccess; 1060 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker 1063 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1048 using MemorySSAWalker::getClobberingMemoryAccess; 1050 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1053 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1059 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) override { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1061 return getClobberingMemoryAccess(MA, UpwardWalkLimit); in getClobberingMemoryAccess() 1063 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker 1066 return getClobberingMemoryAccess(MA, Loc, UpwardWalkLimit); in getClobberingMemoryAccess() 1084 using MemorySSAWalker::getClobberingMemoryAccess; 1086 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, unsigned &UWL) { in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker 1089 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 1024 MemoryAccess *getClobberingMemoryAccess(const Instruction *I) { 1027 return getClobberingMemoryAccess(MA); 1032 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *) = 0; 1045 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, 1067 using MemorySSAWalker::getClobberingMemoryAccess; 1069 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *) override; 1070 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 1021 MemoryAccess *getClobberingMemoryAccess(const Instruction *I) { 1024 return getClobberingMemoryAccess(MA); 1029 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *) = 0; 1042 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, 1064 using MemorySSAWalker::getClobberingMemoryAccess; 1066 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *) override; 1067 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 726 virtual MemoryAccess *getClobberingMemoryAccess(const Instruction *) = 0; 739 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, 759 MemoryAccess *getClobberingMemoryAccess(const Instruction *) override; 760 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 359 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween() 743 MSSA->getWalker()->getClobberingMemoryAccess(LI))) { in processStore() 1296 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in performMemCpyToMemSetOptzn() 1367 MemoryAccess *AnyClobber = MSSA->getWalker()->getClobberingMemoryAccess(MA); in processMemCpy() 1370 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc); in processMemCpy() 1386 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy() 1547 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
|
D | LICM.cpp | 1323 auto *Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(SI); in canSinkOrHoistInst() 2304 Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(MU); in pointerInvalidatedByLoopWithMSSA()
|
D | DeadStoreElimination.cpp | 2461 MSSA.getWalker()->getClobberingMemoryAccess(Def); in storeIsNoop() 2500 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(Def); in storeIsNoop()
|
D | NewGVN.cpp | 1373 StoreRHS = MSSAWalker->getClobberingMemoryAccess(StoreAccess); in performSymbolicStoreEvaluation() 1507 MSSAWalker->getClobberingMemoryAccess(OriginalAccess); in performSymbolicLoadEvaluation() 1595 auto *DefiningAccess = MSSAWalker->getClobberingMemoryAccess(MA); in performSymbolicCallEvaluation()
|
D | EarlyCSE.cpp | 998 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1276 auto *Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(SI); in canSinkOrHoistInst() 2307 Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(MU); in pointerInvalidatedByLoopWithMSSA()
|
D | EarlyCSE.cpp | 820 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
|
D | NewGVN.cpp | 1372 StoreRHS = MSSAWalker->getClobberingMemoryAccess(StoreAccess); in performSymbolicStoreEvaluation() 1505 MSSAWalker->getClobberingMemoryAccess(OriginalAccess); in performSymbolicLoadEvaluation() 1644 auto *DefiningAccess = MSSAWalker->getClobberingMemoryAccess(MA); in performSymbolicCallEvaluation()
|