Searched defs:allocOp (Results 1 – 11 of 11) sorted by relevance
34 getOperation().walk([&](memref::AllocOp allocOp) { in runOnOperation()
252 op->walk([&](memref::AllocOp allocOp) { in runOnOperation()261 for (auto allocOp : shmAllocOps) { in runOnOperation() local
158 .walk([&](memref::AllocOp allocOp) -> WalkResult { in areMemRefsNormalizable()333 for (memref::AllocOp allocOp : allocOps) in normalizeFuncOpMemRefs() local
81 LogicalResult mlir::memref::multiBuffer(memref::AllocOp allocOp, in multiBuffer()
276 if (auto *allocOp = oldMemRef.getDefiningOp()) { in runOnAffineForOp() local
346 Operation *allocOp = alloc.getDefiningOp(); in promote() local
91 static bool isAllocationSupported(Operation *allocOp, MemRefType type) { in isAllocationSupported()
1629 memref::AllocOp *allocOp, OpBuilder b, in createNewDynamicSizes()1677 LogicalResult mlir::normalizeMemRef(memref::AllocOp *allocOp) { in normalizeMemRef()
446 gpu::AllocOp allocOp, OpAdaptor adaptor, in matchAndRewrite()
51 memref::AllocOp allocOp = cast<memref::AllocOp>(op); in allocateBuffer() local159 memref::AllocOp allocOp = cast<memref::AllocOp>(op); in allocateBuffer() local
2832 AllocOp allocOp = allocOperand.getDefiningOp<AllocOp>(); in matchAndRewrite() local