Home
last modified time | relevance | path

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

/freebsd/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.cpp338 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
342 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
344 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 1, TLI), in visitCallBase()
348 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
356 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
H A DAliasAnalysis.cpp248 MemoryLocation ArgLoc = MemoryLocation::getForArgument(Call, ArgIdx, TLI); in getModRefInfo()
315 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo()
353 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.cpp420 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h279 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx,
281 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, in getForArgument() function
283 return getForArgument(Call, ArgIdx, &TLI); in getForArgument()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1453 MemoryLocation::getForArgument(&cast<CallInst>(Inst), 1, TLI); in processNode()
H A DLowerMatrixIntrinsics.cpp1983 MemoryLocation EndLoc = MemoryLocation::getForArgument(End, 1, nullptr); in LowerMatrixMultiplyFused()
/freebsd/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()