Searched refs:ValueIsLoadPair (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 790 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 816 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 878 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() 1214 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P) { in RemoveCachedNonLocalPointerDependencies() 1247 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, false)); in invalidateCachedPointerInfo() 1249 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, true)); in invalidateCachedPointerInfo() 1294 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction() 1295 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction() 1383 SmallPtrSet<ValueIsLoadPair, 4> &Set = ReversePtrDepIt->second; in removeInstruction() 1384 SmallVector<std::pair<Instruction*, ValueIsLoadPair>,8> ReversePtrDepsToAdd; in removeInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 267 typedef PointerIntPair<const Value*, 1, bool> ValueIsLoadPair; typedef 295 typedef DenseMap<ValueIsLoadPair, 301 SmallPtrSet<ValueIsLoadPair, 4> > ReverseNonLocalPtrDepTy; 431 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 278 typedef PointerIntPair<const Value *, 1, bool> ValueIsLoadPair; typedef 310 typedef DenseMap<ValueIsLoadPair, NonLocalPointerInfo> 315 typedef DenseMap<Instruction *, SmallPtrSet<ValueIsLoadPair, 4>> 465 void RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair P);
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 963 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 990 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 1051 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() 1420 ValueIsLoadPair P) { in RemoveCachedNonLocalPointerDependencies() 1448 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, false)); in invalidateCachedPointerInfo() 1450 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(Ptr, true)); in invalidateCachedPointerInfo() 1488 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, false)); in removeInstruction() 1489 RemoveCachedNonLocalPointerDependencies(ValueIsLoadPair(RemInst, true)); in removeInstruction() 1573 SmallVector<std::pair<Instruction *, ValueIsLoadPair>, 8> in removeInstruction() 1576 for (ValueIsLoadPair P : ReversePtrDepIt->second) { in removeInstruction() [all …]
|