Home
last modified time | relevance | path

Searched refs:getWithNewPtr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryLocation.h100 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h248 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
DMemorySSA.h1229 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h292 MemoryLocation getWithNewPtr(const Value *NewPtr) const { in getWithNewPtr() function
DMemorySSA.h1259 CurrentPair.second = CurrentPair.second.getWithNewPtr(TransAddr);
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h927 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1338 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1401 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/external/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1376 Loc.getWithNewPtr(PredPtrVal), isLoad, in getNonLocalPointerDepFromBB()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp775 if (isModSet(AA.getModRefInfo(I, MemLoc.getWithNewPtr(Ptr)))) in memoryIsNotModifiedBetween()