Searched refs:StoreLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 542 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local 543 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp() 557 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
|
| H A D | LowerMatrixIntrinsics.cpp | 1283 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local 1287 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer() 1320 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer() 1322 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
|
| H A D | LoopIdiomRecognize.cpp | 1026 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 1032 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 570 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local 573 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 674 MemoryLocation StoreLoc = MemoryLocation::get(SI); in TEST_F() local 676 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F() 683 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2001 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 2007 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|