Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp105 return getForArgument(MTI, 1, nullptr); in getForSource()
118 return getForArgument(MI, 0, nullptr); in getForDest()
156 return getForArgument(CB, *UsedIdx, &TLI); in getForDest()
160 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
H A DLint.cpp352 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
356 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
358 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 1, TLI), in visitCallBase()
362 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
370 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
H A DAliasAnalysis.cpp246 MemoryLocation ArgLoc = MemoryLocation::getForArgument(Call, ArgIdx, TLI); in getModRefInfo()
313 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo()
351 MemoryLocation::getForArgument(Call1, Call1ArgIdx, TLI); in getModRefInfo()
H A DMemoryDependenceAnalysis.cpp154 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
159 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
164 Loc = MemoryLocation::getForArgument(II, 0, TLI); in GetLocation()
167 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
H A DAliasSetTracker.cpp418 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h273 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx,
275 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, in getForArgument() function
277 return getForArgument(Call, ArgIdx, &TLI); in getForArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1453 MemoryLocation::getForArgument(&cast<CallInst>(Inst), 1, TLI); in processNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2860 return MemoryLocation::getForArgument(II, 0, TLI); in isSafeToMoveBeforeInBB()
2862 return MemoryLocation::getForArgument(II, 1, TLI); in isSafeToMoveBeforeInBB()