Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h258 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx,
260 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, in getForArgument() function
262 return getForArgument(Call, ArgIdx, &TLI); in getForArgument()
/external/llvm-project/llvm/lib/Analysis/
DLint.cpp345 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), None, in visitCallBase()
349 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), None, in visitCallBase()
351 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 1, TLI), None, in visitCallBase()
355 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), None, in visitCallBase()
363 visitMemoryReference(I, MemoryLocation::getForArgument(&I, 0, TLI), None, in visitCallBase()
DAliasAnalysis.cpp236 MemoryLocation::getForArgument(Call, ArgIdx, TLI); in getModRefInfo()
318 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo()
369 MemoryLocation::getForArgument(Call1, Call1ArgIdx, TLI); in getModRefInfo()
DMemoryDependenceAnalysis.cpp160 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
165 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
170 Loc = MemoryLocation::getForArgument(II, 0, TLI); in GetLocation()
173 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
DMemoryLocation.cpp147 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
DAliasSetTracker.cpp500 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
/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/llvm-project/llvm/test/Analysis/BasicAA/
Dintrinsics-arm.ll8 ; MemoryLocation::getForArgument.
/external/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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp280 return MemoryLocation::getForArgument(II, 1, TLI); in getLocForWrite()
1751 return {MemoryLocation::getForArgument(CB, 1, TLI)}; in getLocForWriteEx()
DEarlyCSE.cpp1253 MemoryLocation::getForArgument(&cast<CallInst>(Inst), 1, TLI); in processNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp996 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()