Lines Matching refs:replaceOpWithNewOp
142 rewriter.replaceOpWithNewOp<LLVM::BitcastOp>(bitCastOp, newResultTy, in matchAndRewrite()
158 rewriter.replaceOpWithNewOp<LLVM::MatrixMultiplyOp>( in matchAndRewrite()
176 rewriter.replaceOpWithNewOp<LLVM::MatrixTransposeOp>( in matchAndRewrite()
190 rewriter.replaceOpWithNewOp<LLVM::LoadOp>(loadOp, ptr, align); in replaceLoadOrStoreOp()
197 rewriter.replaceOpWithNewOp<LLVM::MaskedLoadOp>( in replaceLoadOrStoreOp()
205 rewriter.replaceOpWithNewOp<LLVM::StoreOp>(storeOp, adaptor.getValueToStore(), in replaceLoadOrStoreOp()
213 rewriter.replaceOpWithNewOp<LLVM::MaskedStoreOp>( in replaceLoadOrStoreOp()
280 rewriter.replaceOpWithNewOp<LLVM::masked_gather>( in matchAndRewrite()
314 rewriter.replaceOpWithNewOp<LLVM::masked_scatter>( in matchAndRewrite()
338 rewriter.replaceOpWithNewOp<LLVM::masked_expandload>( in matchAndRewrite()
360 rewriter.replaceOpWithNewOp<LLVM::masked_compressstore>( in matchAndRewrite()
509 rewriter.replaceOpWithNewOp<LLVM::vector_reduce_fadd>( in matchAndRewrite()
519 rewriter.replaceOpWithNewOp<LLVM::vector_reduce_fmul>( in matchAndRewrite()
629 rewriter.replaceOpWithNewOp<LLVM::ExtractElementOp>( in matchAndRewrite()
634 rewriter.replaceOpWithNewOp<LLVM::ExtractElementOp>( in matchAndRewrite()
721 rewriter.replaceOpWithNewOp<LLVM::FMulAddOp>( in matchAndRewrite()
748 rewriter.replaceOpWithNewOp<LLVM::InsertElementOp>( in matchAndRewrite()
753 rewriter.replaceOpWithNewOp<LLVM::InsertElementOp>( in matchAndRewrite()
1209 rewriter.replaceOpWithNewOp<LLVM::InsertElementOp>( in matchAndRewrite()
1223 rewriter.replaceOpWithNewOp<LLVM::ShuffleVectorOp>(splatOp, v, undef, in matchAndRewrite()