Searched refs:StoreLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 506 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local 507 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp() 530 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
|
| H A D | LowerMatrixIntrinsics.cpp | 1794 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local 1798 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer() 1831 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer() 1833 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
|
| H A D | LoopIdiomRecognize.cpp | 977 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 982 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 568 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local 571 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1983 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 1988 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
|