Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h131 void appendAttribute(StringRef name, bool optional, in appendAttribute() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp861 odsOp->appendAttribute(attr.name, attr.attr.isOptional(), in processTdIncludeRecords()