Searched refs:StoreLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 513 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local 514 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp() 537 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
|
H A D | LowerMatrixIntrinsics.cpp | 1609 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local 1613 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer() 1646 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer() 1648 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
|
H A D | LoopIdiomRecognize.cpp | 962 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 967 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 605 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 D | HexagonLoopIdiomRecognition.cpp | 1995 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 2000 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
|