Home
last modified time | relevance | path

Searched refs:StoreLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp542 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 DLowerMatrixIntrinsics.cpp1283 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 DLoopIdiomRecognize.cpp1026 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 DMemoryDependenceAnalysis.cpp570 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 DMemorySSATest.cpp674 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 DHexagonLoopIdiomRecognition.cpp2001 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
2007 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()