Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h107 int getNumReturnsOfNativeCode() const;
202 int getNumReturnsOfNativeCode() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp86 int DagLeaf::getNumReturnsOfNativeCode() const { in getNumReturnsOfNativeCode() function in DagLeaf
128 int DagNode::getNumReturnsOfNativeCode() const { in getNumReturnsOfNativeCode() function in DagNode
721 infoMap.bindValues(treeName, tree.getNumReturnsOfNativeCode()), in collectBoundSymbols()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1066 resultTree.getNumReturnsOfNativeCode() == 0) in emitRewriteLogic()
1291 if (tree.getNumReturnsOfNativeCode() != 0) { in handleReplaceWithNativeCodeCall()
1298 symbolInfoMap.bindValues(varName, tree.getNumReturnsOfNativeCode()); in handleReplaceWithNativeCodeCall()
1326 return node.getNumReturnsOfNativeCode(); in getNodeValueCount()