Searched defs:attrDefs (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDocGen.cpp | 414 emitBlock(ArrayRef<Attribute> attributes,StringRef inputFilename,ArrayRef<AttrDef> attrDefs,ArrayRef<OpDocGroup> ops,ArrayRef<Type> types,ArrayRef<TypeDef> typeDefs,raw_ostream & os) emitBlock() argument 466 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 490 std::vector<Record *> attrDefs = emitDialectDoc() local
|
/llvm-project/mlir/lib/Dialect/IRDL/ |
H A D | IRDLLoading.cpp | 646 DenseMap<AttributeOp, std::unique_ptr<DynamicAttrDefinition>> attrDefs; in preallocateAttrDefs() local
|
/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
H A D | mlir-linalg-ods-yaml-gen.cpp | 723 SmallVector<std::string> attrDefs; generateNamedGenericOpOds() local
|