Home
last modified time | relevance | path

Searched defs:newOp (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp41 auto newOp = rewriter.create<OpType>( matchAndRewrite() local
112 auto newOp = rewriter.create<T>(curOp.getLoc(), resTypes, convertedOperands, matchAndRewrite() local
150 auto newOp = rewriter.create<omp::AtomicReadOp>( matchAndRewrite() local
197 auto newOp = rewriter.create<OpType>( matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DOneToNTypeConversion.cpp39 auto newOp = rewriter.create<IfOp>(loc, convertedResultTypes, in matchAndRewrite() local
79 auto newOp in matchAndRewrite() local
172 auto newOp = matchAndRewrite() local
[all...]
H A DStructuralTypeConversions.cpp68 std::optional<SourceOp> newOp = in matchAndRewrite() local
139 ForOp newOp = rewriter.create<ForOp>(op.getLoc(), adaptor.getLowerBound(), convertSourceOp() local
167 IfOp newOp = rewriter.create<IfOp>(op.getLoc(), dstTypes, convertSourceOp() local
200 auto newOp = rewriter.create<WhileOp>(op.getLoc(), dstTypes, flatArgs); convertSourceOp() local
[all...]
H A DLoopPipelining.cpp306 Operation *newOp = emitPrologue() local
489 auto *newOp = rewriter.clone(*op, mapping); createKernel() local
664 Operation *newOp = emitEpilogue() local
[all...]
/llvm-project/mlir/include/mlir/Interfaces/
H A DViewLikeInterface.h80 auto newOp = in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIExpressionLegalization.cpp43 OperatorT newOp = OperatorT::get( in replace() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGenOpenMP.cpp71 mlir::omp::MapInfoOp newOp; in matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h155 FailureOr<Value> newOp = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Func/Transforms/
H A DOneToNFuncConversions.cpp43 auto newOp = in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArmNeon2dToIntr/
H A DArmNeon2dToIntr.cpp47 Value newOp = rewriter.create<SdotOp>(loc, op.getRes().getType(), op.getA(), in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DBubbleUpExtractSlice.cpp126 Operation *newOp = in matchAndRewrite() local
H A DInlineScalarOperands.cpp63 auto newOp = rewriter.create<GenericOp>( in matchAndRewrite() local
H A DBufferizableOpInterfaceImpl.cpp82 Operation *newOp = Operation::create(state); in bufferizeDestinationStyleOpInterface() local
/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/
H A DLegalizeVectorStorage.cpp62 auto newOp = op.clone(); in replaceOpWithLegalizedOp() local
72 replaceOpWithLegalizedOp(rewriter, op, [&](TOp newOp) { in replaceOpWithUnrealizedConversion() argument
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DIndexIntrinsicsOpLowering.h56 Operation *newOp; in matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp114 auto *newOp = Operation::create( in rewriteAsyncOp() local
171 auto newOp = builder.create<async::ExecuteOp>( in addExecuteResults() local
/llvm-project/mlir/lib/Dialect/Shape/Transforms/
H A DBufferizableOpInterfaceImpl.cpp59 auto newOp = rewriter.create<shape::AssumingOp>( in bufferize() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnroll.cpp322 Operation *newOp = cloneOpWithOperandsAndTypes( in matchAndRewrite() local
398 Operation *newOp = cloneOpWithOperandsAndTypes(rewriter, loc, reductionOp, in matchAndRewrite() local
459 Operation *newOp = cloneOpWithOperandsAndTypes( in matchAndRewrite() local
495 Operation *newOp = cloneOpWithOperandsAndTypes( in matchAndRewrite() local
H A DVectorDropLeadUnitDim.cpp455 Operation *newOp = rewriter.create<vector::ContractionOp>( in castAwayContractionLeadingOneDim() local
529 Operation *newOp = in matchAndRewrite() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp174 unsigned newOp; in useExtLoopInstr() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DConstantArgumentGlobalisation.cpp129 fir::CallOp newOp = builder.create<fir::CallOp>( matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DFoldTensorSubsetOps.cpp113 Operation *newOp = rewriter.create<vector::TransferReadOp>( matchAndRewriteMaskableOp() local
H A DRewriteAsConstant.cpp182 Value newOp = in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp124 Operation *newOp = in vectorOneToOneRewrite() local
/llvm-project/mlir/lib/Conversion/MathToLibm/
H A DMathToLibm.cpp119 auto newOp = rewriter.create<Op>(loc, f32, extendedOperands); in matchAndRewrite() local

123