Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h101 inline ArrayRef<StringRef> getAllIteratorTypeNames() { in getAllIteratorTypeNames() function
110 auto names = getAllIteratorTypeNames(); in getNumIterators()
120 for (auto n : getAllIteratorTypeNames()) in getNumIterators()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp636 if (!llvm::is_contained(getAllIteratorTypeNames(), iteratorType)) in verifyStructuredOpInterface()