Lines Matching defs:memref
22 namespace memref {
58 "expected as many sizes as strides for a memref");
63 "expected as many indices as rank of memref");
135 if (isa<memref::DeallocOp>(useOp) ||
138 (isa<memref::SubViewOp>(useOp) && resultIsNotRead(useOp, opUses))) {
150 parentOp->walk([&](memref::AllocOp op) {
185 if (auto subViewOp = dyn_cast<memref::SubViewOp>(op);
187 // A `memref.subview` with an all zero offset, and all unit strides, still
190 } else if (auto castOp = dyn_cast<memref::CastOp>(op)) {
191 // A `memref.cast` still points to the same memory.
211 } // namespace memref