Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h83 bool isStringAttr() const;
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp57 bool DagLeaf::isStringAttr() const { in isStringAttr() function in DagLeaf
87 assert(isStringAttr() && "the DAG leaf must be string attribute"); in getStringAttr()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp842 if (leaf.isStringAttr()) in handleLocationDirective()
858 if (leaf.isStringAttr()) { in handleLocationDirective()
877 if (leaf.isStringAttr()) in handleOpArgument()