Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DCodegenUtils.cpp21 OverheadType mlir::sparse_tensor::overheadTypeEncoding(unsigned width) { in overheadTypeEncoding() function in mlir::sparse_tensor
37 OverheadType mlir::sparse_tensor::overheadTypeEncoding(Type tp) { in overheadTypeEncoding() function in mlir::sparse_tensor
41 return overheadTypeEncoding(intTp.getWidth()); in overheadTypeEncoding()
63 return overheadTypeEncoding(enc.getPointerBitWidth()); in pointerOverheadTypeEncoding()
68 return overheadTypeEncoding(enc.getIndexBitWidth()); in indexOverheadTypeEncoding()
99 return overheadTypeFunctionSuffix(overheadTypeEncoding(tp)); in overheadTypeFunctionSuffix()
H A DCodegenUtils.h34 OverheadType overheadTypeEncoding(unsigned width);
37 OverheadType overheadTypeEncoding(Type tp);
164 static_cast<uint32_t>(overheadTypeEncoding(width))); in constantOverheadTypeEncoding()