Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h78 using OffsetListT = SmallVector<uint64_t, 1>; variable
83 DenseMap<const Value *, OffsetListT *>::const_iterator;
95 OffsetListT *getOffsets(const Value &V) { in getOffsets()
129 OffsetListT *insertOffsets(const Value &V) { in insertOffsets()
133 auto *OffsetList = new (OffsetAlloc.Allocate()) OffsetListT(); in insertOffsets()
138 SpecificBumpPtrAllocator<OffsetListT> OffsetAlloc;
143 DenseMap<const Type *, OffsetListT*> TypeToOffsets;