Home
last modified time | relevance | path

Searched defs:sourceOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DComposeSubView.cpp38 auto sourceOp = op.getSource().getDefiningOp<memref::SubViewOp>(); in matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorMask.cpp194 SourceOp sourceOp = dyn_cast<SourceOp>(maskableOp.getOperation()); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp530 auto sourceOp = dyn_cast<scf::ForallOp>(source); isForallWithIdenticalConfiguration() local
548 auto sourceOp = dyn_cast<scf::ForOp>(source); isForWithIdenticalConfiguration() local
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAddAliasTags.cpp272 if (auto alloc = mlir::dyn_cast_or_null<fir::AllocaOp>(sourceOp)) in runOnAliasInterface() local
/llvm-project/mlir/include/mlir/Transforms/
H A DDialectConversion.h537 auto sourceOp = cast<SourceOp>(op); rewrite() local
543 auto sourceOp = cast<SourceOp>(op); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp76 Operation *sourceOp) { in checkSourceOpTypes() argument