Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp138 class FunctionalTypeDirective class
141 FunctionalTypeDirective(FormatElement *inputs, FormatElement *results) in FunctionalTypeDirective() function in __anonf2a272a10211::FunctionalTypeDirective
864 } else if (auto *dir = dyn_cast<FunctionalTypeDirective>(element)) { in genElementParserStorage()
1329 } else if (auto *dir = dyn_cast<FunctionalTypeDirective>(element)) { in genElementParser()
1859 .Case<FunctionalTypeDirective>([&](FunctionalTypeDirective *element) { in genOptionalGroupPrinterAnchor()
1882 .Case([&](FunctionalTypeDirective *funcType) { in collect()
2122 } else if (auto *dir = dyn_cast<FunctionalTypeDirective>(element)) { in genElementPrinter()
2862 return create<FunctionalTypeDirective>(*inputs, *results); in parseFunctionalTypeDirective()
3156 .Case([&](FunctionalTypeDirective *ele) { in verifyOptionalGroupElement()
3166 FunctionalTypeDirective, OptionalElement>([&](FormatElement *) { in verifyOptionalGroupElement()