Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp291 struct OffsetMapInfo { struct
292 static SmallVector<int64_t> getEmptyKey() { return {int64_t(-1)}; } in getEmptyKey()
294 static SmallVector<int64_t> getTombstoneKey() { return {int64_t(-2)}; } in getTombstoneKey()
296 static unsigned getHashValue(const SmallVector<int64_t> &v) { in getHashValue()
300 static bool isEqual(const SmallVector<int64_t> &lhs, in isEqual()