Searched refs:getForArgument (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 236 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, 238 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, in getForArgument() function 240 return getForArgument(Call, ArgIdx, &TLI); in getForArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 218 MemoryLocation::getForArgument(Call, ArgIdx, TLI); in getModRefInfo() 300 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo() 351 MemoryLocation::getForArgument(Call1, Call1ArgIdx, TLI); in getModRefInfo()
|
D | MemoryLocation.cpp | 128 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
|
D | MemoryDependenceAnalysis.cpp | 161 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation() 166 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
|
D | AliasSetTracker.cpp | 504 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 996 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()
|