Home
last modified time | relevance | path

Searched refs:MemLocOffs (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp252 int64_t &MemLocOffs, in isLoadLoadClobberIfExtendedToFullWidth() argument
260 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, *TD); in isLoadLoadClobberIfExtendedToFullWidth()
263 getLoadLoadClobberFullWidthSize(MemLocBase, MemLocOffs, MemLoc.Size, in isLoadLoadClobberIfExtendedToFullWidth()
276 getLoadLoadClobberFullWidthSize(const Value *MemLocBase, int64_t MemLocOffs, in getLoadLoadClobberFullWidthSize() argument
298 if (MemLocOffs < LIOffs) return 0; in getLoadLoadClobberFullWidthSize()
307 int64_t MemLocEnd = MemLocOffs+MemLocSize; in getLoadLoadClobberFullWidthSize()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp230 int64_t &MemLocOffs, in isLoadLoadClobberIfExtendedToFullWidth() argument
236 MemLocBase = GetPointerBaseWithConstantOffset(MemLoc.Ptr, MemLocOffs, DL); in isLoadLoadClobberIfExtendedToFullWidth()
239 MemLocBase, MemLocOffs, MemLoc.Size, LI); in isLoadLoadClobberIfExtendedToFullWidth()
244 const Value *MemLocBase, int64_t MemLocOffs, unsigned MemLocSize, in getLoadLoadClobberFullWidthSize() argument
274 if (MemLocOffs < LIOffs) in getLoadLoadClobberFullWidthSize()
284 int64_t MemLocEnd = MemLocOffs + MemLocSize; in getLoadLoadClobberFullWidthSize()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h411 int64_t MemLocOffs,
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h442 int64_t MemLocOffs,