Lines Matching refs:set_op
327 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()
507 if (lower()) node->set_op(Float64Op(node)); in VisitNode()
523 node->set_op(lowering->machine()->TruncateFloat64ToInt32()); in VisitNode()
545 node->set_op(lowering->machine()->TruncateFloat64ToInt32()); in VisitNode()
555 if (lower()) node->set_op(lowering->machine()->WordEqual()); in VisitNode()
839 node->set_op(machine()->Load(access.machine_type)); in DoLoadField()
849 node->set_op( in DoStoreField()
872 node->set_op(machine()->Load(access.machine_type)); in DoLoadElement()
882 node->set_op( in DoStoreElement()
895 node->set_op(common()->Call(desc)); in DoStringAdd()
923 node->set_op(machine()->WordEqual()); in DoStringEqual()
930 node->set_op(machine()->IntLessThan()); in DoStringLessThan()
937 node->set_op(machine()->IntLessThanOrEqual()); in DoStringLessThanOrEqual()