Home
last modified time | relevance | path

Searched defs:typeDef (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DExtensibleDialect.cpp119 DynamicTypeDefinition *typeDef; member
127 DynamicType DynamicType::get(DynamicTypeDefinition *typeDef, in get()
138 DynamicTypeDefinition *typeDef, in getChecked()
156 DynamicTypeDefinition *typeDef, in parse()
475 DynamicTypeDefinition *typeDef = lookupTypeDefinition(typeName); in parseOptionalDynamicType() local
/llvm-project/mlir/include/mlir/Dialect/IRDL/
H A DIRDLVerifiers.h170 DynParametricTypeConstraint(DynamicTypeDefinition *typeDef, in DynParametricTypeConstraint()
/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDLOps.cpp57 DynamicTypeDefinition *typeDef = types.at(typeOp).get(); in getVerifier() local
/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h339 static bool isa(Type type, DynamicTypeDefinition *typeDef) { in isa()
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLLoading.cpp631 auto typeDef = DynamicTypeDefinition::get( in preallocateTypeDefs() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp280 auto *typeDef = cast<TypeDef>(&def); emitName() local