Home
last modified time | relevance | path

Searched defs:MemAccessInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp78 struct MemAccessInfo { struct
79 const Value *V;
80 const Value *Base;
81 int64_t Offset;
82 MemAccessInfo() : V(nullptr), Base(nullptr), Offset(0) {} in MemAccessInfo() function
85 Printable print() const { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h94 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp500 typedef PointerIntPair<Value *, 1, bool> MemAccessInfo; typedef in __anon718eb19e0111::AccessAnalysis