Searched defs:typeDefs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDocGen.cpp | 415 emitBlock(ArrayRef<Attribute> attributes,StringRef inputFilename,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitBlock() argument 467 emitDialectDoc(const Dialect & dialect,StringRef inputFilename,ArrayRef<Attribute> attributes,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitDialectDoc() argument 492 std::vector<Record *> typeDefs = emitDialectDoc() local
|
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLLoading.cpp | 628 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> typeDefs; in preallocateTypeDefs() local
|