Home
last modified time | relevance | path

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/
DMemoryLocation.h236 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/
DAliasAnalysis.cpp218 MemoryLocation::getForArgument(Call, ArgIdx, TLI); in getModRefInfo()
300 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo()
351 MemoryLocation::getForArgument(Call1, Call1ArgIdx, TLI); in getModRefInfo()
DMemoryLocation.cpp128 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
DMemoryDependenceAnalysis.cpp161 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
166 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
DAliasSetTracker.cpp504 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp996 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()