/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | RewriteInsertsPass.cpp | 76 for (auto insertOp : llvm::reverse(insertions)) { in runOnOperation() local
|
/llvm-project/mlir/lib/Conversion/VectorToSCF/ |
H A D | VectorToSCF.cpp | 1067 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 D | VectorTransforms.cpp | 747 if (!insertOp) in matchAndRewrite() local 815 auto insertOp = matchAndRewrite() local [all...] |
H A D | VectorDistribute.cpp | 1428 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 D | SparseReinterpretMap.cpp | 654 auto insertOp = rewriter.create<tensor::InsertOp>( in rewriteOp() local
|
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | BufferizableOpInterfaceImpl.cpp | 626 auto insertOp = cast<tensor::InsertOp>(op); in bufferize() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVCanonicalization.cpp | 398 while (auto insertOp = in fold() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 2451 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 D | VectorOps.cpp | 1815 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 D | ConvertVectorToLLVM.cpp | 1206 matchAndRewrite(vector::InsertOp insertOp,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument [all...] |
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 2783 for (auto insertOp : insertOnRangeOps) { matchAndRewrite() local
|