Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp536 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local
537 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp()
551 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
775 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() local
777 if (accessedBetween(*AA, StoreLoc, MSSA->getMemoryAccess(C), in processStore()
784 if (isModOrRefSet(AA->getModRefInfo(&*I, StoreLoc))) { in processStore()
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.cpp967 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
974 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp577 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local
580 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2006 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
2012 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()