Searched refs:set_op (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dnode.h27 void set_op(const Operator* op) { op_ = op; } function in class:v8::internal::compiler::NodeData
55 void Initialize(const Operator* op) { set_op(op); }
H A Dsimplified-lowering.cc327 node->set_op(lowering->common()->Phi(type, values));
430 node->set_op(lowering->machine()->WordEqual());
434 node->set_op(lowering->machine()->WordEqual());
452 node->set_op(lowering->machine()->WordEqual());
469 if (lower()) node->set_op(Int32Op(node));
473 if (lower()) node->set_op(Uint32Op(node));
477 if (lower()) node->set_op(Float64Op(node));
489 if (lower()) node->set_op(Int32Op(node));
494 if (lower()) node->set_op(Uint32Op(node));
498 if (lower()) node->set_op(Float64O
[all...]
H A Dgraph-builder.cc190 control->set_op(op);
195 control->set_op(op);
211 value->set_op(common()->EffectPhi(inputs));
228 value->set_op(common()->Phi(kMachAnyTagged, inputs));
H A Dmachine-operator-reducer.cc76 node->set_op(machine()->Word32Ror());
85 node->set_op(machine()->Word32Ror());
101 node->set_op(machine()->Word32Ror());
110 node->set_op(machine()->Word32Ror());
203 node->set_op(machine()->Int32Sub());
209 node->set_op(machine()->Word32Shl());
227 node->set_op(machine()->Int32Sub());
244 node->set_op(machine()->Word32Shr());
273 node->set_op(machine()->Word32And());
H A Djs-context-specialization.cc86 node->set_op(op);
132 node->set_op(op);
H A Dsimplified-operator-reducer.cc107 node->set_op(op);
H A Djs-typed-lowering.cc99 node_->set_op(op);
173 node->set_op(lowering_->machine()->Int32Add());
183 node->set_op(lowering_->machine()->Int32Sub());
680 node->set_op(javascript()->ToBoolean());
H A Djs-inlining.cc344 frame_state->set_op(op);
H A Djs-generic-lowering.cc26 node->set_op(op);
/external/chromium_org/tools/gn/
H A Doperators_unittest.cc48 node.set_op(op);
111 node.set_op(op);
163 node.set_op(op);
188 node.set_op(op);
H A Dparser.cc255 unary_op->set_op(token);
278 binary_op->set_op(token);
331 assign->set_op(token);
H A Dparse_tree.h192 void set_op(const Token& t) { op_ = t; } function in class:BinaryOpNode
429 void set_op(const Token& t) { op_ = t; } function in class:UnaryOpNode
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-graph-reducer.cc42 node->set_op(&OPB0);
46 node->set_op(&OPB1);
50 node->set_op(&OPB2);
88 node->set_op(&OPC0);
92 node->set_op(&OPC1);
96 node->set_op(&OPC2);
/external/qemu/disas/
H A Di386.c178 static void set_op (bfd_vma, int);
5091 set_op (disp, 1);
5101 set_op (disp, 1);
5360 set_op (bfd_vma op, int riprel) function
5675 set_op (disp, 0);

Completed in 267 milliseconds