Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp50 FunctionalTypeDirective, enumerator
213 class FunctionalTypeDirective class
214 : public DirectiveElement<Element::Kind::FunctionalTypeDirective> {
216 FunctionalTypeDirective(std::unique_ptr<Element> inputs, in FunctionalTypeDirective() function in __anon81548fc80311::FunctionalTypeDirective
870 } else if (auto *dir = dyn_cast<FunctionalTypeDirective>(element)) { in genElementParserStorage()
1213 } else if (auto *dir = dyn_cast<FunctionalTypeDirective>(element)) { in genElementParser()
1742 } else if (auto *dir = dyn_cast<FunctionalTypeDirective>(element)) { in genElementPrinter()
2665 } else if (auto *typeEle = dyn_cast<FunctionalTypeDirective>(ele.get())) { in parseOptional()
2724 FunctionalTypeDirective, OptionalElement, TypeRefDirective, in parseOptionalChildElement()
2841 element = std::make_unique<FunctionalTypeDirective>(std::move(inputs), in parseFunctionalTypeDirective()