Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DTensorConstantBufferize.cpp91 auto globalMemref = globals.getGlobalFor(op.value()); in matchAndRewrite() local
92 rewriter.replaceOpWithNewOp<GetGlobalMemrefOp>(op, globalMemref.type(), in matchAndRewrite()
93 globalMemref.getName()); in matchAndRewrite()