Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp51 bool DagLeaf::isConstantAttr() const { return isSubClassOf("ConstantAttr"); } in isConstantAttr() function in DagLeaf
68 assert(isConstantAttr() && "the DAG leaf must be constant attribute"); in getAsConstantAttr()
661 leaf.isConstantAttr() || in collectBoundSymbols()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h77 bool isConstantAttr() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp269 if (leaf.isAttrMatcher() || leaf.isConstantAttr()) { in emitNativeCodeMatch()
879 if (leaf.isConstantAttr()) { in handleOpArgument()
1183 if (leaf.isConstantAttr() || leaf.isEnumAttrCase()) { in supplyValuesForOpArgs()