Searched refs:getForArgument (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 158 MemoryLocation ArgLoc = MemoryLocation::getForArgument(CS, ArgIdx, TLI); in getModRefInfo() 227 auto CS2ArgLoc = MemoryLocation::getForArgument(CS2, CS2ArgIdx, TLI); in getModRefInfo() 257 auto CS1ArgLoc = MemoryLocation::getForArgument(CS1, CS1ArgIdx, TLI); in getModRefInfo()
|
D | MemoryLocation.cpp | 93 MemoryLocation MemoryLocation::getForArgument(ImmutableCallSite CS, in getForArgument() function in MemoryLocation
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 92 static MemoryLocation getForArgument(ImmutableCallSite CS, unsigned ArgIdx,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | intrinsics-arm.ll | 8 ; MemoryLocation::getForArgument.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 111 static MemoryLocation getForArgument(ImmutableCallSite CS, unsigned ArgIdx,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 190 MemoryLocation ArgLoc = MemoryLocation::getForArgument(CS, ArgIdx, TLI); in getModRefInfo() 266 auto CS2ArgLoc = MemoryLocation::getForArgument(CS2, CS2ArgIdx, TLI); in getModRefInfo() 315 auto CS1ArgLoc = MemoryLocation::getForArgument(CS1, CS1ArgIdx, TLI); in getModRefInfo()
|
D | MemoryLocation.cpp | 109 MemoryLocation MemoryLocation::getForArgument(ImmutableCallSite CS, in getForArgument() function in MemoryLocation
|
D | MemoryDependenceAnalysis.cpp | 162 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation() 167 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 859 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()
|