Searched refs:MemLocOffs (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 252 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/ |
D | MemoryDependenceAnalysis.cpp | 230 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/ |
D | MemoryDependenceAnalysis.h | 411 int64_t MemLocOffs,
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 442 int64_t MemLocOffs,
|