Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1179 } else if (auto *customDir = dyn_cast<CustomDirective>(element)) { in genElementParser() local
1180 genCustomDirectiveParser(customDir, body); in genElementParser()
1526 static void genCustomDirectivePrinter(CustomDirective *customDir, in genCustomDirectivePrinter() argument
1528 body << " print" << customDir->getName() << "(p, *this"; in genCustomDirectivePrinter()
1529 for (Element &param : customDir->getArguments()) { in genCustomDirectivePrinter()