Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTransforms.cpp47 mlir::linalg::LinalgMarker::LinalgMarker(ArrayRef<Identifier> matchDisjunction, in LinalgMarker() argument
49 : matchDisjunction(matchDisjunction.begin(), matchDisjunction.end()), in LinalgMarker()
60 if (matchDisjunction.empty()) in checkAndNotify()
66 interleaveComma(matchDisjunction, diag); in checkAndNotify()
71 for (auto marker : matchDisjunction) in checkAndNotify()
78 interleaveComma(matchDisjunction, diag); in checkAndNotify()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h308 explicit LinalgMarker(ArrayRef<Identifier> matchDisjunction = {},
316 SmallVector<Identifier, 4> matchDisjunction;