Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp49 bool DagLeaf::isNativeCodeCall() const { in isNativeCodeCall() function in DagLeaf
82 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall"); in getNativeCodeTemplate()
87 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall"); in getNumReturnsOfNativeCode()
110 bool DagNode::isNativeCodeCall() const { in isNativeCodeCall() function in DagNode
117 return !isNativeCodeCall() && !isReplaceWithValue() && in isOperation()
122 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall"); in getNativeCodeTemplate()
129 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall"); in getNumReturnsOfNativeCode()
715 if (tree.isNativeCodeCall()) { in collectBoundSymbols()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp379 if (tree.isNativeCodeCall()) { in emitMatch()
1065 if (resultTree.isNativeCodeCall() && in emitRewriteLogic()
1116 if (resultTree.isNativeCodeCall()) in handleResultPattern()
1199 if (!dagNode.isNativeCodeCall()) in handleReturnTypeArg()
1237 if (leaf.isNativeCodeCall()) { in handleOpArgument()
1325 if (node.isNativeCodeCall()) in getNodeValueCount()
1555 if (leaf.isNativeCodeCall()) { in createSeparateLocalVarsForOpArgs()
1590 if (!subTree.isNativeCodeCall()) in supplyValuesForOpArgs()
1631 if (!subTree.isNativeCodeCall()) in createAggregateLocalVarsForOpArgs()
1677 if (leaf.isNativeCodeCall()) { in createAggregateLocalVarsForOpArgs()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h75 bool isNativeCodeCall() const;
187 bool isNativeCodeCall() const;