Home
last modified time | relevance | path

Searched refs:getForDest (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryLocation.cpp106 MemoryLocation MemoryLocation::getForDest(const MemIntrinsic *MI) { in getForDest() function in MemoryLocation
107 return getForDest(cast<AnyMemIntrinsic>(MI)); in getForDest()
110 MemoryLocation MemoryLocation::getForDest(const AtomicMemIntrinsic *MI) { in getForDest() function in MemoryLocation
111 return getForDest(cast<AnyMemIntrinsic>(MI)); in getForDest()
114 MemoryLocation MemoryLocation::getForDest(const AnyMemIntrinsic *MI) { in getForDest() function in MemoryLocation
120 MemoryLocation::getForDest(const CallBase *CB, const TargetLibraryInfo &TLI) { in getForDest() function in MemoryLocation
H A DLint.cpp288 visitMemoryReference(I, MemoryLocation::getForDest(MCI), in visitCallBase()
310 visitMemoryReference(I, MemoryLocation::getForDest(MCII), in visitCallBase()
326 visitMemoryReference(I, MemoryLocation::getForDest(MMI), in visitCallBase()
334 visitMemoryReference(I, MemoryLocation::getForDest(MSI), in visitCallBase()
340 visitMemoryReference(I, MemoryLocation::getForDest(MSII), in visitCallBase()
H A DAliasSetTracker.cpp390 addPointer(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add()
394 addPointer(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add()
H A DBasicAliasAnalysis.cpp998 getBestAAResults().alias(MemoryLocation::getForDest(Inst), Loc, AAQI); in getModRefInfo()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h254 static MemoryLocation getForDest(const MemIntrinsic *MI);
255 static MemoryLocation getForDest(const AtomicMemIntrinsic *MI);
256 static MemoryLocation getForDest(const AnyMemIntrinsic *MI);
257 static Optional<MemoryLocation> getForDest(const CallBase *CI,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp909 MemoryLocation::getForDest(cast<MemCpyInst>(cpyStore)); in performCallSlotOptzn()
1221 if (accessedBetween(*AA, MemoryLocation::getForDest(MemSet), in processMemSetMemCpyDependence()
1431 MemoryLocation DestLoc = MemoryLocation::getForDest(M); in processMemCpy()
H A DDeadStoreElimination.cpp409 MemLoc = MemoryLocation::getForDest(MemSet); in memoryIsNotModifiedBetween()
998 return MemoryLocation::getForDest(CB, TLI); in getLocForWrite()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2727 Optional<MemoryLocation> Dest = MemoryLocation::getForDest(&CB, TLI); in isRemovableWrite()
3990 Optional<MemoryLocation> Dest = MemoryLocation::getForDest(CB, TLI); in SoleWriteToDeadLocal()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1543 Optional<MemoryLocation> Loc = MemoryLocation::getForDest(MI); in eliminateBarriers()