Searched refs:StoreLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 556 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 D | LowerMatrixIntrinsics.cpp | 1407 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 D | LoopIdiomRecognize.cpp | 1028 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 D | MemoryDependenceAnalysis.cpp | 569 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 D | HexagonLoopIdiomRecognition.cpp | 2001 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 2006 isModOrRefSet(AA.getModRefInfo(&I, StoreLoc) & Access)) in mayLoopAccessLocation()
|