Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp102 Value expCount; member
770 codegen.expCount = ifOp.getResult(0); in genInsertionStore()
1069 codegen.expCount = res.getResult(3); in genExpansion()
1076 codegen.expCount = Value(); in genExpansion()
1244 operands.push_back(codegen.expCount); in genFor()
1285 operands.push_back(codegen.expCount); in genWhile()
1459 operands.push_back(codegen.expCount); in genWhileInduction()
1484 operands.push_back(codegen.expCount); in genForInduction()
1535 operands.push_back(codegen.expCount); in endIf()
1536 codegen.expCount = cntInput; in endIf()
[all …]