Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp527 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 DLowerMatrixIntrinsics.cpp1105 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 DLoopIdiomRecognize.cpp966 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 DMemoryDependenceAnalysis.cpp577 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 DHexagonLoopIdiomRecognition.cpp2006 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation() local
2012 intersectModRef(AA.getModRefInfo(&I, StoreLoc), Access))) in mayLoopAccessLocation()