Searched defs:whileOp (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | ForToWhile.cpp | 48 auto whileOp = rewriter.create<WhileOp>(forOp.getLoc(), lcvTypes, initArgs, in matchAndRewrite() local
|
| H A D | BufferizableOpInterfaceImpl.cpp | 575 auto whileOp = cast<scf::WhileOp>(op); in getAliasingOpResult() local 594 auto whileOp = cast<scf::WhileOp>(op); in bufferRelation() local 647 auto whileOp = cast<scf::WhileOp>(op); in resolveConflicts() local 714 auto whileOp = cast<scf::WhileOp>(op); in bufferize() local 818 auto whileOp = cast<scf::WhileOp>(op); in verifyAnalysis() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/ |
| H A D | SCFToControlFlow.cpp | 523 LogicalResult WhileLowering::matchAndRewrite(WhileOp whileOp, in matchAndRewrite() 567 DoWhileLowering::matchAndRewrite(WhileOp whileOp, in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/ |
| H A D | ExpandPatterns.cpp | 74 auto whileOp = rewriter.create<scf::WhileOp>(loc, types, operands); in convertCtlzOp() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | RewriteLoop.cpp | 210 matchAndRewrite(fir::IterWhileOp whileOp, in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaInferShapes.cpp | 76 WhileOp whileOp = dyn_cast<WhileOp>(op); in propagateShapesToTosaWhile() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/ |
| H A D | SCFToSPIRV.cpp | 339 WhileOpConversion::matchAndRewrite(scf::WhileOp whileOp, OpAdaptor adaptor, in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | SparseTensorConversion.cpp | 495 auto whileOp = rewriter.create<scf::WhileOp>(loc, noTypes, noArgs); in genSparse2SparseReshape() local 761 auto whileOp = rewriter.create<scf::WhileOp>(loc, noTypes, noArgs); in matchAndRewrite() local
|
| H A D | Sparsification.cpp | 1293 scf::WhileOp whileOp = builder.create<scf::WhileOp>(loc, types, operands); in genWhile() local 1410 BitVector &induction, scf::WhileOp whileOp) { in genWhileInduction() 1597 if (auto whileOp = dyn_cast<scf::WhileOp>(loop)) { in endLoop() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncParallelFor.cpp | 510 scf::WhileOp whileOp = b.create<scf::WhileOp>(types, operands); in createAsyncDispatchFunction() local
|