Searched defs:sourceOp (Results 1 – 6 of 6) sorted by relevance
38 auto sourceOp = op.getSource().getDefiningOp<memref::SubViewOp>(); in matchAndRewrite() local [all...]
194 SourceOp sourceOp = dyn_cast<SourceOp>(maskableOp.getOperation()); in matchAndRewrite() local
530 auto sourceOp = dyn_cast<scf::ForallOp>(source); isForallWithIdenticalConfiguration() local 548 auto sourceOp = dyn_cast<scf::ForOp>(source); isForWithIdenticalConfiguration() local [all...]
272 if (auto alloc = mlir::dyn_cast_or_null<fir::AllocaOp>(sourceOp)) in runOnAliasInterface() local
537 auto sourceOp = cast<SourceOp>(op); rewrite() local 543 auto sourceOp = cast<SourceOp>(op); matchAndRewrite() local [all...]
76 Operation *sourceOp) { in checkSourceOpTypes() argument