Searched refs:LoadOpTy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Loops.cpp | 49 template <typename LoadOpTy, typename StoreOpTy, typename OpType> 118 template <typename LoadOpTy, typename StoreOpTy> 140 b.create<LoadOpTy>(loc, inputOperand->get(), indexing)); in emitScalarImplementation() 147 b.create<LoadOpTy>(loc, outputOperand->get(), indexing)); in emitScalarImplementation() 160 inlineRegionAndEmitStore<LoadOpTy, StoreOpTy>(b, loc, linalgOp, indexedValues, in emitScalarImplementation() 199 using LoadOpTy = in linalgOpToLoopsImpl() typedef 222 emitScalarImplementation<LoadOpTy, StoreOpTy>(b, loc, allIvs, linalgOp); in linalgOpToLoopsImpl()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | FoldSubViewOps.cpp | 161 template <typename LoadOpTy> 162 void LoadOpOfSubViewFolder<LoadOpTy>::replaceOp( in replaceOp() 163 LoadOpTy loadOp, memref::SubViewOp subViewOp, ArrayRef<Value> sourceIndices, in replaceOp() 165 rewriter.replaceOpWithNewOp<LoadOpTy>(loadOp, subViewOp.getSource(), in replaceOp()
|