Home
last modified time | relevance | path

Searched defs:CodegenStrategy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h96 struct CodegenStrategy { struct
100 CodegenStrategy &tile(linalg::LinalgTilingOptions options) { in tile() argument
107 CodegenStrategy &tileIf(bool b, linalg::LinalgTilingOptions options) { in tileIf() argument
113 CodegenStrategy &promote(linalg::LinalgPromotionOptions options) { in promote() argument
120 CodegenStrategy &promoteIf(bool b, linalg::LinalgPromotionOptions options) { in promoteIf() argument
126 CodegenStrategy &vectorize() { in vectorize() argument
133 CodegenStrategy &vectorizeIf(bool b) { in vectorizeIf() argument
144 CodegenStrategy & argument
145 setVectorTransferToSCFOptions(VectorTransferToSCFOptions options) { in setVectorTransferToSCFOptions()
157 vector::VectorTransformsOptions vectorTransformsOptions;
[all …]