Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp95 OpOperand *sparseOut; member
363 *sparseOut = lhs; in isAdmissableTensorExp()
550 } else if (t == codegen.sparseOut) { in genBuffers()
786 if (t == codegen.sparseOut) in genTensorLoad()
810 if (t == codegen.sparseOut) { in genTensorStore()
1048 OpOperand *lhs = codegen.sparseOut; in genExpansion()
1127 if (codegen.sparseOut && !isReduction) in isVectorFor()
1147 if (codegen.sparseOut) in isParallelFor()
1399 if (codegen.sparseOut && !codegen.expValues) { in genLocals()
1746 OpOperand *sparseOut = nullptr; in matchAndRewrite() local
[all …]