Home
last modified time | relevance | path

Searched refs:getClobberingMemoryAccess (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h1040 MemoryAccess *getClobberingMemoryAccess(const Instruction *I,
1044 return getClobberingMemoryAccess(MA, AA);
1049 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
1069 return getClobberingMemoryAccess(I, BAA);
1072 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA) {
1074 return getClobberingMemoryAccess(MA, BAA);
1077 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA,
1080 return getClobberingMemoryAccess(MA, Loc, BAA);
1102 using MemorySSAWalker::getClobberingMemoryAccess;
1104 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp112 SmallVector<MemoryAccess *> WorkList{Walker->getClobberingMemoryAccess(Load)}; in isClobberedInFunction()
143 Walker->getClobberingMemoryAccess(Def->getDefiningAccess(), Loc)); in isClobberedInFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1017 using MemorySSAWalker::getClobberingMemoryAccess;
1023 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1034 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1037 return getClobberingMemoryAccess(MA, BAA, UpwardWalkLimit); in getClobberingMemoryAccess()
1039 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1060 using MemorySSAWalker::getClobberingMemoryAccess;
1066 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
1072 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
1075 return getClobberingMemoryAccess(MA, BAA, UpwardWalkLimit); in getClobberingMemoryAccess()
1077 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *MA, in getClobberingMemoryAccess() function in llvm::MemorySSA::SkipSelfWalker
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp334 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween()
720 MSSA->getWalker()->getClobberingMemoryAccess(LI, BAA))) in processStoreOfLoad()
1398 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in performMemCpyToMemSetOptzn()
1703 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc, BAA); in processMemCpy()
1715 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy()
1825 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
1922 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processImmutArgument()
H A DLICM.cpp1135 static MemoryAccess *getClobberingMemoryAccess(MemorySSA &MSSA, in getClobberingMemoryAccess() function
1144 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(MA, BAA); in getClobberingMemoryAccess()
1276 auto *Source = getClobberingMemoryAccess(*MSSA, BAA, Flags, SIMD); in canSinkOrHoistInst()
1291 auto *MD = getClobberingMemoryAccess(*MSSA, BAA, Flags, in canSinkOrHoistInst()
2350 MemoryAccess *Source = getClobberingMemoryAccess(*MSSA, BAA, Flags, MU); in pointerInvalidatedByLoop()
H A DDeadStoreElimination.cpp1950 MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(Def, BatchAA)); in storeIsNoop()
1969 MSSA.getWalker()->getClobberingMemoryAccess(Def, BatchAA); in storeIsNoop()
H A DNewGVN.cpp1401 StoreRHS = MSSAWalker->getClobberingMemoryAccess(StoreAccess); in performSymbolicStoreEvaluation()
1532 MSSAWalker->getClobberingMemoryAccess(OriginalAccess); in performSymbolicLoadEvaluation()
1634 auto *DefiningAccess = MSSAWalker->getClobberingMemoryAccess(MA); in performSymbolicCallEvaluation()
H A DEarlyCSE.cpp1162 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()