Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h139 int getNumNativeAttributes() const { return numNativeAttributes; } in getNumNativeAttributes() function
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp921 op.getNumNativeAttributes() + op.getNumSuccessors()); in emitDefaultOpBuilder()
H A DOpDefinitionsGen.cpp1445 if (op.getNumNativeAttributes() == 0) in canGenerateUnwrappedBuilder()
1453 for (int i = 0, e = op.getNumNativeAttributes(); i < e; ++i) { in canGenerateUnwrappedBuilder()