Searched refs:isNativeCodeCall (Results 1 – 3 of 3) sorted by relevance
49 bool DagLeaf::isNativeCodeCall() const { in isNativeCodeCall() function in DagLeaf82 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 DagNode117 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()
379 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()
75 bool isNativeCodeCall() const;187 bool isNativeCodeCall() const;