Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorConversion.cpp57 EmitCInterface emitCInterface) { in getFunc() argument
68 if (static_cast<bool>(emitCInterface)) in getFunc()
79 EmitCInterface emitCInterface) { in createFuncCall() argument
80 auto fn = getFunc(op, name, resultType, operands, emitCInterface); in createFuncCall()
89 EmitCInterface emitCInterface) { in replaceOpWithFuncCall() argument
90 auto fn = getFunc(op, name, resultType, operands, emitCInterface); in replaceOpWithFuncCall()