Home
last modified time | relevance | path

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

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