Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.h344 class RefDirective : public DirectiveElementBase<DirectiveElement::Ref> {
347 RefDirective(FormatElement *arg) : arg(arg) {} in RefDirective() function
H A DAttrOrTypeFormatGen.cpp601 if (auto *ref = dyn_cast<RefDirective>(arg)) { in genCustomParser()
817 if (auto *ref = dyn_cast<RefDirective>(arg)) in genCustomPrinter()
1138 return create<RefDirective>(*child); in parseRefDirective()
H A DOpFormatGen.cpp905 } else if (auto *dir = dyn_cast<RefDirective>(param)) { in genCustomParameterParser()
960 } else if (auto *dir = dyn_cast<RefDirective>(param)) { in genCustomDirectiveParser()
1703 } else if (auto *dir = dyn_cast<RefDirective>(element)) { in genCustomDirectiveParameterPrinter()
2829 if (!isa<RefDirective, TypeDirective, AttrDictDirective, AttributeVariable, in verifyCustomDirectiveArguments()
2893 return create<RefDirective>(*arg); in parseReferenceDirective()