Searched refs:matchDisjunction (Results 1 – 2 of 2) sorted by relevance
47 mlir::linalg::LinalgMarker::LinalgMarker(ArrayRef<Identifier> matchDisjunction, in LinalgMarker() argument49 : 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()
308 explicit LinalgMarker(ArrayRef<Identifier> matchDisjunction = {},316 SmallVector<Identifier, 4> matchDisjunction;