Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp49 CustomDirective, enumerator
185 class CustomDirective : public Element { class
187 CustomDirective(StringRef name, in CustomDirective() function in __anon81548fc80311::CustomDirective
189 : Element{Kind::CustomDirective}, name(name), in CustomDirective()
193 return element->getKind() == Kind::CustomDirective; in classof()
789 } else if (auto *custom = dyn_cast<CustomDirective>(element)) { in genElementParserStorage()
934 static void genCustomDirectiveParser(CustomDirective *dir, OpMethodBody &body) { in genCustomDirectiveParser()
1179 } else if (auto *customDir = dyn_cast<CustomDirective>(element)) { in genElementParser()
1526 static void genCustomDirectivePrinter(CustomDirective *customDir, in genCustomDirectivePrinter()
1727 } else if (auto *dir = dyn_cast<CustomDirective>(element)) { in genElementPrinter()
[all …]