| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 100 return getForArgument(MTI, 1, nullptr); in getForSource() 109 return getForArgument(MI, 0, nullptr); in getForDest() 149 return getForArgument(CB, *UsedIdx, &TLI); in getForDest() 153 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
|
| H A D | Lint.cpp | 356 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase() 360 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase() 362 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 1, TLI), in visitCallBase() 366 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase() 374 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), in visitCallBase()
|
| 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 | AliasAnalysis.cpp | 283 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo() 321 MemoryLocation::getForArgument(Call1, Call1ArgIdx, TLI); in getModRefInfo()
|
| H A D | AliasSetTracker.cpp | 416 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
|
| H A D | BasicAliasAnalysis.cpp | 983 ? MemoryLocation::getForArgument(Call, ArgIdx, TLI) in getModRefInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 266 LLVM_ABI static MemoryLocation getForArgument(const CallBase *Call, 269 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, in getForArgument() function 271 return getForArgument(Call, ArgIdx, &TLI); in getForArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 496 MemoryLocation::getForArgument(Call, Arg->getArgNo(), nullptr); in isArgUnmodifiedByAllCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1460 MemoryLocation::getForArgument(&cast<CallInst>(Inst), 1, TLI); in processNode()
|
| H A D | LowerMatrixIntrinsics.cpp | 2169 MemoryLocation EndLoc = MemoryLocation::getForArgument(End, 1, nullptr); in LowerMatrixMultiplyFused()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 2861 return MemoryLocation::getForArgument(II, 0, TLI); in isSafeToMoveBeforeInBB() 2863 return MemoryLocation::getForArgument(II, 1, TLI); in isSafeToMoveBeforeInBB()
|