Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp556 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local
557 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp()
579 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp()
H A DLowerMatrixIntrinsics.cpp1407 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local
1411 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer()
1444 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer()
1446 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
H A DLoopIdiomRecognize.cpp1028 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
1033 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp569 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local
572 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2001 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
2006 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()