Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h49 StringRef getDialectName() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp107 StringRef Operator::getDialectName() const { return dialect.getName(); } in getDialectName() function in Operator
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp1085 if (op.getDialectName() == clDialectName.getValue()) in emitAllOps()