Home
last modified time | relevance | path

Searched defs:TypeOp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDLOps.cpp35 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
43 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
98 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
127 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
136 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
145 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
153 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
/llvm-project/mlir/include/mlir/Dialect/IRDL/IR/
H A DIRDLInterfaces.h26 class TypeOp; variable
/llvm-project/mlir/include/mlir/Dialect/IRDL/
H A DIRDLVerifiers.h35 class TypeOp; variable
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLLoading.cpp276 const DenseMap<irdl::TypeOp, std::unique_ptr<DynamicTypeDefinition>> &types, in createVerifier()
404 const DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> &types, in loadOperation()
436 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> &types, in getAttrOrTypeVerifier()
/llvm-project/mlir/python/mlir/dialects/
H A Dpdl.py205 class TypeOp(TypeOp): class