Searched defs:CodegenStrategy (Results 1 – 1 of 1) sorted by relevance
96 struct CodegenStrategy { struct100 CodegenStrategy &tile(linalg::LinalgTilingOptions options) { in tile() argument107 CodegenStrategy &tileIf(bool b, linalg::LinalgTilingOptions options) { in tileIf() argument113 CodegenStrategy &promote(linalg::LinalgPromotionOptions options) { in promote() argument120 CodegenStrategy &promoteIf(bool b, linalg::LinalgPromotionOptions options) { in promoteIf() argument126 CodegenStrategy &vectorize() { in vectorize() argument133 CodegenStrategy &vectorizeIf(bool b) { in vectorizeIf() argument144 CodegenStrategy & argument145 setVectorTransferToSCFOptions(VectorTransferToSCFOptions options) { in setVectorTransferToSCFOptions()157 vector::VectorTransformsOptions vectorTransformsOptions;[all …]