Lines Matching refs:Operator
9 #include "src/compiler/common-operator.h"
12 #include "src/compiler/machine-operator.h"
14 #include "src/compiler/operator.h"
811 Node* AddNode(const Operator* op, int input_count, Node* const* inputs);
813 Node* AddNode(const Operator* op) {
818 Node* AddNode(const Operator* op, Node* n1, TArgs... args) {
824 Node* MakeNode(const Operator* op, int input_count, Node* const* inputs);