Searched defs:TypeOp (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/IRDL/IR/ |
H A D | IRDLOps.cpp | 35 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 D | IRDLInterfaces.h | 26 class TypeOp; variable
|
/llvm-project/mlir/include/mlir/Dialect/IRDL/ |
H A D | IRDLVerifiers.h | 35 class TypeOp; variable
|
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLLoading.cpp | 276 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 D | pdl.py | 205 class TypeOp(TypeOp): class
|