Searched refs:std_store (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/ |
D | Intrinsics.h | 45 using std_store = OperationBuilder<StoreOp>; variable 66 TemplatedIndexedValue<intrinsics::std_load, intrinsics::std_store>;
|
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/ |
D | VectorToSCF.cpp | 315 std_store(vector, alloc, majorIvs); in doReplace() 327 std_store(vector, alloc, majorIvs); in doReplace() 342 std_store(loaded1D, alloc, majorIvs); in doReplace() 360 std_store(xferOp.vector(), in doReplace() 665 std_store(vectorValue, vec); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Vectorization.cpp | 148 std_store(value, memref); in transferWriteVector() 359 std_store(res, viewC, indicesC); in vectorizeLinalgOp()
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 2336 std_store(vector, vector_type_cast( in createScopedFullPartialVectorTransferRead()
|