Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DTypeDetail.h71 struct ConstraintTypeStorage : public TypeStorageBase<ConstraintTypeStorage> {};
H A DContext.cpp17 typeUniquer.registerSingletonStorageType<detail::ConstraintTypeStorage>(); in Context()
H A DTypes.cpp18 MLIR_DEFINE_EXPLICIT_TYPE_ID(mlir::pdll::ast::detail::ConstraintTypeStorage) in MLIR_DEFINE_EXPLICIT_TYPE_ID() argument
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h26 struct ConstraintTypeStorage;
144 class ConstraintType : public Type::TypeBase<detail::ConstraintTypeStorage> {
296 MLIR_DECLARE_EXPLICIT_TYPE_ID(mlir::pdll::ast::detail::ConstraintTypeStorage) in MLIR_DECLARE_EXPLICIT_TYPE_ID() argument