Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.h80 struct VectorTransformsOptions { struct
83 VectorTransformsOptions & argument
91 VectorTransformsOptions & argument
98 VectorTransformsOptions &setVectorTransferSplit(VectorTransferSplit opt) { in setVectorTransferSplit() argument
116 VectorTransformsOptions vectorTransformOptions = VectorTransformsOptions());
DVectorTransforms.h200 VectorTransformsOptions options = VectorTransformsOptions(),
211 VectorTransformsOptions options = VectorTransformsOptions(),
223 VectorTransformsOptions options;
304 vector::VectorTransformsOptions vectorTransformsOptions,
314 vector::VectorTransformsOptions vectorTransformsOptions;
345 vector::VectorTransformsOptions vectorTransformsOptions,
355 vector::VectorTransformsOptions vectorTransformsOptions;
389 vector::VectorTransformsOptions vectorTransformsOptions,
400 vector::VectorTransformsOptions vectorTransformsOptions;
428 ContractionOpLowering(vector::VectorTransformsOptions vectorTransformsOptions,
[all …]
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h139 setVectorTransformsOptions(vector::VectorTransformsOptions options) { in setVectorTransformsOptions()
157 vector::VectorTransformsOptions vectorTransformsOptions;
/external/llvm-project/mlir/test/lib/Transforms/
DTestVectorTransforms.cpp87 VectorTransformsOptions options{lowering}; in runOnFunction()
97 VectorTransformsOptions options{lowering}; in runOnFunction()
118 VectorTransformsOptions options{contractLowering, transposeLowering}; in runOnFunction()
327 VectorTransformsOptions options; in runOnFunction()
DTestConvVectorization.cpp90 VectorTransformsOptions vectorTransformsOptions{ in runOnOperation()
DTestLinalgCodegenStrategy.cpp136 vector::VectorTransformsOptions() in runOnFunction()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1244 TransposeOpLowering(vector::VectorTransformsOptions vectorTransformsOptions, in TransposeOpLowering()
1311 vector::VectorTransformsOptions vectorTransformsOptions;
2384 VectorTransformsOptions options, scf::IfOp *ifOp) { in splitFullAndPartialTransfer()
2611 VectorTransformsOptions parameters) { in populateVectorContractLoweringPatterns()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc333 mlir::vector::VectorTransformsOptions() in EmitLinalgMatmul()