Searched refs:StoreLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 536 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() local 537 if (isModOrRefSet(AA->getModRefInfo(P, StoreLoc))) in moveUp() 551 SmallVector<MemoryLocation, 8> MemLocs{StoreLoc}; in moveUp() 775 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() local 777 if (accessedBetween(*AA, StoreLoc, MSSA->getMemoryAccess(C), in processStore() 784 if (isModOrRefSet(AA->getModRefInfo(&*I, StoreLoc))) { in processStore()
|
| H A D | LowerMatrixIntrinsics.cpp | 1283 MemoryLocation StoreLoc = MemoryLocation::get(Store); in getNonAliasingPointer() local 1287 if (AA->isNoAlias(LoadLoc, StoreLoc)) in getNonAliasingPointer() 1320 const_cast<Value *>(StoreLoc.Ptr), IntPtrTy, "store.begin"); in getNonAliasingPointer() 1322 StoreBegin, ConstantInt::get(IntPtrTy, StoreLoc.Size.getValue()), in getNonAliasingPointer()
|
| H A D | LoopIdiomRecognize.cpp | 967 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local 974 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|