Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DCodegenUtils.cpp85 StringRef mlir::sparse_tensor::overheadTypeFunctionSuffix(OverheadType ot) { in overheadTypeFunctionSuffix() function in mlir::sparse_tensor
98 StringRef mlir::sparse_tensor::overheadTypeFunctionSuffix(Type tp) { in overheadTypeFunctionSuffix() function in mlir::sparse_tensor
99 return overheadTypeFunctionSuffix(overheadTypeEncoding(tp)); in overheadTypeFunctionSuffix()
H A DCodegenUtils.h57 StringRef overheadTypeFunctionSuffix(OverheadType ot);
60 StringRef overheadTypeFunctionSuffix(Type overheadTp);
H A DSparseTensorConversion.cpp901 SmallString<16> name{"sparsePointers", overheadTypeFunctionSuffix(ptrType)}; in matchAndRewrite()
917 SmallString<15> name{"sparseIndices", overheadTypeFunctionSuffix(indType)}; in matchAndRewrite()