Home
last modified time | relevance | path

Searched defs:fillValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConvertToDestinationStyle.cpp120 Value fillValue = in movePaddingToFillOrGenericOp() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1068 auto fillValue = rewriter.create<arith::ConstantOp>(loc, fillValueAttr); reduceMatchAndRewriteHelper() local
2305 auto fillValue = rewriter.create<arith::ConstantOp>(loc, fillValueAttr); createZeroTensor() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp156 Value fillValue = constantZero(builder, loc, elemType); createAllocation() local
H A DSparseBufferRewriting.cpp1363 Value fillValue = constantZero(rewriter, loc, value.getType()); matchAndRewrite() local