Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h73 using OffsetListT = SmallVector<uint64_t, 1>; variable
78 DenseMap<const Value *, OffsetListT *>::const_iterator;
90 OffsetListT *getOffsets(const Value &V) { in getOffsets()
124 OffsetListT *insertOffsets(const Value &V) { in insertOffsets()
128 auto *OffsetList = new (OffsetAlloc.Allocate()) OffsetListT(); in insertOffsets()
133 SpecificBumpPtrAllocator<OffsetListT> OffsetAlloc;
138 DenseMap<const Type *, OffsetListT*> TypeToOffsets;