Searched refs:StoreLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 527 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local 528 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp() 542 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp() 766 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() local 768 if (accessedBetween(*AA, StoreLoc, MSSA->getMemoryAccess(C), in processStore() 775 if (isModOrRefSet(AA->getModRefInfo(&*I, StoreLoc))) { in processStore()
|
| H A D | LowerMatrixIntrinsics.cpp | 1105 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local 1109 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer() 1142 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer() 1144 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
|
| H A D | LoopIdiomRecognize.cpp | 966 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 973 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 577 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom() local 580 AliasResult R = BatchAA.alias(StoreLoc, MemLoc); in getSimplePointerDependencyFrom()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2006 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 2012 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|