Home
last modified time | relevance | path

Searched defs:insertOp (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DRewriteInsertsPass.cpp76 for (auto insertOp : llvm::reverse(insertions)) { in runOnOperation() local
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp1067 if (auto insertOp = getInsertOp(xferOp)) buildResultVector() local
1079 if (auto insertOp = dyn_cast<vector::InsertOp>(xferOpUser)) getInsertOp() local
1090 if (auto insertOp = getInsertOp(xferOp)) { getInsertionIndices() local
1118 auto insertOp = getInsertOp(xferOp); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp747 if (!insertOp) in matchAndRewrite() local
815 auto insertOp = matchAndRewrite() local
[all...]
H A DVectorDistribute.cpp1428 auto insertOp = operand->get().getDefiningOp<vector::InsertElementOp>(); matchAndRewrite() local
1508 auto insertOp = operand->get().getDefiningOp<vector::InsertOp>(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseReinterpretMap.cpp654 auto insertOp = rewriter.create<tensor::InsertOp>( in rewriteOp() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp626 auto insertOp = cast<tensor::InsertOp>(op); in bufferize() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVCanonicalization.cpp398 while (auto insertOp = in fold() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp2451 auto insertOp = extractOp.getSource().getDefiningOp<InsertSliceOp>(); foldExtractAfterInsertSlice() local
2576 foldInsertAfterInsertSlice(InsertSliceOp insertOp) foldInsertAfterInsertSlice() argument
2596 foldInsertAfterExtractSlice(InsertSliceOp insertOp) foldInsertAfterExtractSlice() argument
[all...]
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1815 auto insertOp = extractOp.getVector().getDefiningOp<InsertStridedSliceOp>(); foldExtractStridedOpFromInsertChain() local
2800 matchAndRewrite(InsertOp insertOp,PatternRewriter & rewriter) const matchAndRewrite() argument
3509 auto insertOp = op.getVector().getDefiningOp<InsertStridedSliceOp>(); foldExtractStridedOpFromInsertChain() local
[all...]
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1206 matchAndRewrite(vector::InsertOp insertOp,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2783 for (auto insertOp : insertOnRangeOps) { matchAndRewrite() local