Home
last modified time | relevance | path

Searched refs:StructDirective (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp129 class StructDirective : public ParamsDirectiveBase<DirectiveElement::Struct> { class
201 void genStructParser(StructDirective *el, FmtContext &ctx, MethodBody &os);
329 if (auto *strct = dyn_cast<StructDirective>(el)) in genElementParser()
445 void DefFormat::genStructParser(StructDirective *el, FmtContext &ctx, in genStructParser()
654 auto *strct = cast<StructDirective>(first); in genOptionalGroupParser()
695 if (auto *strct = dyn_cast<StructDirective>(el)) in genElementPrinter()
803 void DefFormat::genStructPrinter(StructDirective *el, FmtContext &ctx, in genStructPrinter()
833 auto *strct = cast<StructDirective>(anchor); in genOptionalGroupPrinter()
937 auto *structEl = dyn_cast<StructDirective>(std::get<0>(it)); in verify()
972 } else if (auto *strct = dyn_cast<StructDirective>(el)) { in verifyOptionalGroupElements()
[all …]