Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp80 SmallVector<T *> sortMapByName(const llvm::StringMap<std::unique_ptr<T>> &map) { in sortMapByName() function
107 for (const Dialect *dialect : sortMapByName(dialects)) { in print()
111 for (const Operation *op : sortMapByName(dialect->getOperations())) { in print()
158 for (const AttributeConstraint *cst : sortMapByName(attributeConstraints)) { in print()
167 for (const TypeConstraint *cst : sortMapByName(typeConstraints)) { in print()