Searched defs:allocmem (Results 1 – 3 of 3) sorted by relevance
342 if (auto allocmem = mlir::dyn_cast<fir::AllocMemOp>(op)) { visitOperation() local 463 fir::AllocMemOp allocmem = freedValue.getDefiningOp<fir::AllocMemOp>(); analyseFunction() local 510 matchAndRewrite(fir::AllocMemOp allocmem,mlir::PatternRewriter & rewriter) const matchAndRewrite() argument [all...]
1096 mlir::Value allocmem = rewriter.create<AllocMemOp>( in allocateArrayTemp() local
153 mlir::Value allocmem = builder.createHeapTemporary(loc, sequenceType, tmpName, createArrayTemp() local