Searched refs:getForArgument (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 105 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 D | Lint.cpp | 338 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 D | AliasAnalysis.cpp | 248 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 D | MemoryDependenceAnalysis.cpp | 154 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 D | AliasSetTracker.cpp | 420 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 279 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 D | EarlyCSE.cpp | 1453 MemoryLocation::getForArgument(&cast<CallInst>(Inst), 1, TLI); in processNode()
|
H A D | LowerMatrixIntrinsics.cpp | 1983 MemoryLocation EndLoc = MemoryLocation::getForArgument(End, 1, nullptr); in LowerMatrixMultiplyFused()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2860 return MemoryLocation::getForArgument(II, 0, TLI); in isSafeToMoveBeforeInBB() 2862 return MemoryLocation::getForArgument(II, 1, TLI); in isSafeToMoveBeforeInBB()
|