Home | History | Annotate | Download | only in compiler

Lines Matching refs:Operator

9 #include "src/compiler/common-operator.h"
14 #include "src/compiler/simplified-operator.h"
34 // to local rules for each operator.
36 // possible lowering for each operator so far, and that in turn determines
324 // Update the phi operator.
340 const Operator* Int32Op(Node* node) {
344 const Operator* Uint32Op(Node* node) {
348 const Operator* Float64Op(Node* node) {
362 // Depending on the operator, propagate new usage info to the inputs.
773 bool contains_js_nodes_; // {true} if a JS operator was seen
908 Operator::Properties props = node->op()->properties();