Home
last modified time | relevance | path

Searched refs:VectorTransformsOptions (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h70 struct VectorTransformsOptions { struct
73 VectorTransformsOptions & argument
81 VectorTransformsOptions & argument
89 VectorTransformsOptions & argument
153 VectorTransformsOptions options = VectorTransformsOptions());
184 VectorTransformsOptions options = VectorTransformsOptions());
348 VectorTransformsOptions options = VectorTransformsOptions(),
360 VectorTransformsOptions options;
400 vector::VectorTransformsOptions vectorTransformOptions;
442 vector::VectorTransformsOptions vectorTransformOptions;
[all …]
H A DVectorTransforms.h65 VectorTransformsOptions options = VectorTransformsOptions(),
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp151 VectorTransformsOptions options{lowering}; in runOnOperation()
161 VectorTransformsOptions options{lowering}; in runOnOperation()
177 vector::VectorTransformsOptions().setVectorTransformsOptions( in runOnOperation()
189 VectorTransformsOptions options{contractLowering, in runOnOperation()
247 VectorTransformsOptions().setVectorTransposeLowering( in runOnOperation()
252 VectorTransformsOptions().setVectorTransposeLowering( in runOnOperation()
257 VectorTransformsOptions().setVectorTransposeLowering( in runOnOperation()
574 VectorTransformsOptions options; in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp386 TransposeOpLowering(vector::VectorTransformsOptions vectorTransformOptions, in TransposeOpLowering()
463 vector::VectorTransformsOptions vectorTransformOptions;
476 vector::VectorTransformsOptions vectorTransformOptions, in TransposeOp2DToShuffleLowering()
519 vector::VectorTransformsOptions vectorTransformOptions;
595 vector::VectorTransformsOptions vectorTransformOptions, in ContractOpToElementwise()
701 vector::VectorTransformsOptions vectorTransformOptions;
2923 RewritePatternSet &patterns, VectorTransformsOptions options) { in populateVectorContractLoweringPatterns()
2931 RewritePatternSet &patterns, VectorTransformsOptions options) { in populateVectorTransposeLoweringPatterns()
H A DVectorTransferSplitRewritePatterns.cpp521 VectorTransformsOptions options, scf::IfOp *ifOp) { in splitFullAndPartialTransfer()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h1084 vector::VectorTransformsOptions vectorTransformOptions;
1086 setVectorTransformsOptions(vector::VectorTransformsOptions options) { in setVectorTransformsOptions()