Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DTypeDef.h43 bool hasDescription() const;
DOperator.h219 bool hasDescription() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDocGen.cpp96 if (op.hasDescription()) in emitOpDoc()
195 if (td.hasDescription()) in emitTypeDefDoc()
/external/llvm-project/mlir/lib/TableGen/
DTypeDef.cpp34 bool TypeDef::hasDescription() const { in hasDescription() function in TypeDef
DOperator.cpp534 bool Operator::hasDescription() const { in hasDescription() function in Operator