Home
last modified time | relevance | path

Searched refs:promoteIf (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLinalgCodegenStrategy.cpp125 .promoteIf<MatmulOp>(promote, in runOnFunction()
130 .promoteIf<MatmulOp>(registerPromote, LinalgPromotionOptions() in runOnFunction()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h120 CodegenStrategy &promoteIf(bool b, linalg::LinalgPromotionOptions options) { in promoteIf() function