Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp556 static Value genLoad(PatternRewriter &rewriter, Location loc, Value ptr, in genLoad() function
647 codegen.pidxs[tensor][idx] = genLoad(rewriter, loc, ptr, p0); in genInit()
649 codegen.highs[tensor][idx] = genLoad(rewriter, loc, ptr, p1); in genInit()
812 Value load = genLoad(rewriter, loc, ptr, s); in genLocals()