Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp1965 .Case([&](AttributeVariable *attrEle) { in genElementPrinter() argument
1966 body << " || " << op.getGetterName(attrEle->getVar()->name) in genElementPrinter()
2985 .Case([&](AttributeVariable *attrEle) { in verifyOIListParsingElement() argument
2986 if (!attrEle->getVar()->attr.isOptional() && in verifyOIListParsingElement()
2987 !attrEle->getVar()->attr.hasDefaultValue()) in verifyOIListParsingElement()
3125 .Case([&](AttributeVariable *attrEle) { in verifyOptionalGroupElement() argument
3126 if (isAnchor && !attrEle->getVar()->attr.isOptional()) in verifyOptionalGroupElement()