Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp509 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local
510 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp()
532 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
H A DLowerMatrixIntrinsics.cpp1562 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local
1566 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()
1599 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer()
1601 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
H A DLoopIdiomRecognize.cpp957 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
962 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp605 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local
608 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2001 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
2006 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()