Searched refs:overheadTypeFunctionSuffix (Results 1 – 3 of 3) sorted by relevance
85 StringRef mlir::sparse_tensor::overheadTypeFunctionSuffix(OverheadType ot) { in overheadTypeFunctionSuffix() function in mlir::sparse_tensor98 StringRef mlir::sparse_tensor::overheadTypeFunctionSuffix(Type tp) { in overheadTypeFunctionSuffix() function in mlir::sparse_tensor99 return overheadTypeFunctionSuffix(overheadTypeEncoding(tp)); in overheadTypeFunctionSuffix()
57 StringRef overheadTypeFunctionSuffix(OverheadType ot);60 StringRef overheadTypeFunctionSuffix(Type overheadTp);
901 SmallString<16> name{"sparsePointers", overheadTypeFunctionSuffix(ptrType)}; in matchAndRewrite()917 SmallString<15> name{"sparseIndices", overheadTypeFunctionSuffix(indType)}; in matchAndRewrite()