Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAliasAnalysis.cpp158 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()
DMemoryLocation.cpp93 MemoryLocation MemoryLocation::getForArgument(ImmutableCallSite CS, in getForArgument() function in MemoryLocation
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h92 static MemoryLocation getForArgument(ImmutableCallSite CS, unsigned ArgIdx,
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dintrinsics-arm.ll8 ; MemoryLocation::getForArgument.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryLocation.h111 static MemoryLocation getForArgument(ImmutableCallSite CS, unsigned ArgIdx,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasAnalysis.cpp190 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()
DMemoryLocation.cpp109 MemoryLocation MemoryLocation::getForArgument(ImmutableCallSite CS, in getForArgument() function in MemoryLocation
DMemoryDependenceAnalysis.cpp162 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/
DEarlyCSE.cpp859 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()