Lines Matching refs:NewNode
105 ? graph()->NewNode(mcgraph()->common()->HeapConstant( \
229 graph()->NewNode(mcgraph()->common()->Branch(hint), cond, control());
230 *true_node = graph()->NewNode(mcgraph()->common()->IfTrue(), branch);
231 *false_node = graph()->NewNode(mcgraph()->common()->IfFalse(), branch);
236 return graph()->NewNode(mcgraph()->common()->NumberConstant(value));
253 graph()->NewNode(simplified_.AllocateRaw(
259 return AddNode(graph()->NewNode(
269 return AddNode(graph()->NewNode(simplified_.LoadImmutableFromObject(
279 return AddNode(graph()->NewNode(mcgraph()->machine()->LoadImmutable(rep),
289 return AddNode(graph()->NewNode(simplified_.StoreToObject(access), base,
301 graph()->NewNode(simplified_.InitializeImmutableInObject(access), base,
544 Node* start = graph()->NewNode(mcgraph()->common()->Start(params));
568 graph()->SetEnd(graph()->NewNode(mcgraph()->common()->End(0)));
578 parameters_[array_index] = graph()->NewNode(
585 return graph()->NewNode(mcgraph()->common()->Loop(1), entry);
590 graph()->NewNode(mcgraph()->common()->Terminate(), effect, control);
597 graph()->NewNode(mcgraph()->common()->LoopExit(), control(), loop_node);
598 Node* loop_exit_effect = graph()->NewNode(
607 return graph()->NewNode(mcgraph()->common()->LoopExitValue(representation),
613 graph()->NewNode(mcgraph()->common()->Throw(), effect, control);
628 *if_success = graph()->NewNode(mcgraph()->common()->IfSuccess(), node);
630 graph()->NewNode(mcgraph()->common()->IfException(), node, node);
653 return graph()->NewNode(this->mcgraph()->common()->Merge(1 + sizeof...(args)),
658 return graph()->NewNode(mcgraph()->common()->Merge(count), count, controls);
665 return graph()->NewNode(
672 return graph()->NewNode(mcgraph()->common()->EffectPhi(count), count + 1,
740 Node* check = SetEffect(graph()->NewNode(
774 graph()->NewNode(stack_check_call_operator_.get(),
809 Node* dummy = graph()->NewNode(mcgraph()->common()->Dead());
1001 return m->Is64() ? graph()->NewNode(m->Word64Ror(), left, right)
1002 : graph()->NewNode(m->Word64RorLowerable(), left, right,
1006 return m->Is64() ? graph()->NewNode(m->Word64Rol().op(), left,
1008 : graph()->NewNode(m->Word64RolLowerable().op(), left,
1011 return graph()->NewNode(m->Word64RolLowerable().placeholder(), left,
1123 return graph()->NewNode(op, left, right);
1202 Node* reversed = graph()->NewNode(m->Word32ReverseBits().op(), input);
1203 Node* result = graph()->NewNode(m->Word32Clz(), reversed);
1304 ? graph()->NewNode(m->Word64Clz(), input)
1305 : graph()->NewNode(m->Word64ClzLowerable(), input, control());
1308 return m->Is64() ? graph()->NewNode(m->Word64Ctz().op(), input)
1309 : graph()->NewNode(m->Word64CtzLowerable().op(), input,
1312 return graph()->NewNode(m->Word64CtzLowerable().placeholder(), input,
1315 Node* reversed = graph()->NewNode(m->Word64ReverseBits().op(), input);
1316 Node* result = m->Is64() ? graph()->NewNode(m->Word64Clz(), reversed)
1317 : graph()->NewNode(m->Word64ClzLowerable(),
1410 return graph()->NewNode(op, input);
1423 return graph()->NewNode(mcgraph()->machine()->S128Const(value));
1447 return mcgraph()->graph()->NewNode(m->Float32Select().op(), cond,
1451 return mcgraph()->graph()->NewNode(m->Float64Select().op(), cond,
1455 return mcgraph()->graph()->NewNode(m->Word32Select().op(), cond, true_node,
1459 return mcgraph()->graph()->NewNode(m->Word64Select().op(), cond, true_node,
1498 Node* node = SetControl(graph()->NewNode(mcgraph()->common()->TrapIf(trap_id),
1506 Node* node = SetControl(graph()->NewNode(
1550 return graph()->NewNode(mcgraph()->common()->Switch(count), key, control());
1555 return graph()->NewNode(mcgraph()->common()->IfValue(value), sw);
1560 return graph()->NewNode(mcgraph()->common()->IfDefault(), sw);
1573 Node* ret = graph()->NewNode(mcgraph()->common()->Return(count), count + 3,
1695 result = graph()->NewNode(m->Simd128ReverseBytes(), value);
1803 result = graph()->NewNode(m->Simd128ReverseBytes(), value);
2135 return builder->graph()->NewNode(builder->mcgraph()->common()->Projection(1),
2165 converted_value = graph()->NewNode(conv_op, trunc);
2167 trunc = graph()->NewNode(conv_op, input);
2168 converted_value = graph()->NewNode(mcgraph()->common()->Projection(0),
2385 graph()->NewNode(mcgraph()->machine()->StackSlot(stack_slot_size));
2428 graph()->NewNode(mcgraph()->machine()->StackSlot(stack_slot_size));
2522 graph()->NewNode(m->I32x4ExtractLane(0), value));
2525 graph()->NewNode(m->I32x4ExtractLane(1), value));
2528 graph()->NewNode(m->I32x4ExtractLane(2), value));
2531 graph()->NewNode(m->I32x4ExtractLane(3), value));
2651 value = graph()->NewNode(
2654 value = graph()->NewNode(
2657 value = graph()->NewNode(
2660 value = graph()->NewNode(
2711 graph()->NewNode(m->Int32Mod(), left, right, d.if_false));
2756 Node* div = graph()->NewNode(m->Int32Div(), left, right, n.if_false);
2804 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, control());
2806 Node* if_true0 = graph()->NewNode(c->IfTrue(), branch0);
2809 Node* msk = graph()->NewNode(m->Int32Add(), right, minus_one);
2811 Node* check1 = graph()->NewNode(m->Word32And(), right, msk);
2812 Node* branch1 = graph()->NewNode(c->Branch(), check1, if_true0);
2814 Node* if_true1 = graph()->NewNode(c->IfTrue(), branch1);
2815 Node* true1 = graph()->NewNode(m->Int32Mod(), left, right, if_true1);
2817 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1);
2820 Node* check2 = graph()->NewNode(m->Int32LessThan(), left, zero);
2822 graph()->NewNode(c->Branch(BranchHint::kFalse), check2, if_false1);
2824 Node* if_true2 = graph()->NewNode(c->IfTrue(), branch2);
2825 Node* true2 = graph()->NewNode(
2827 graph()->NewNode(m->Word32And(),
2828 graph()->NewNode(m->Int32Sub(), zero, left), msk));
2830 Node* if_false2 = graph()->NewNode(c->IfFalse(), branch2);
2831 Node* false2 = graph()->NewNode(m->Word32And(), left, msk);
2833 if_false1 = graph()->NewNode(merge_op, if_true2, if_false2);
2834 false1 = graph()->NewNode(phi_op, true2, false2, if_false1);
2837 if_true0 = graph()->NewNode(merge_op, if_true1, if_false1);
2838 true0 = graph()->NewNode(phi_op, true1, false1, if_true0);
2841 Node* if_false0 = graph()->NewNode(c->IfFalse(), branch0);
2844 Node* check1 = graph()->NewNode(m->Int32LessThan(), right, minus_one);
2846 graph()->NewNode(c->Branch(BranchHint::kTrue), check1, if_false0);
2848 Node* if_true1 = graph()->NewNode(c->IfTrue(), branch1);
2849 Node* true1 = graph()->NewNode(m->Int32Mod(), left, right, if_true1);
2851 Node* if_false1 = graph()->NewNode(c->IfFalse(), branch1);
2854 if_false0 = graph()->NewNode(merge_op, if_true1, if_false1);
2855 false0 = graph()->NewNode(phi_op, true1, false1, if_false0);
2858 Node* merge0 = graph()->NewNode(merge_op, if_true0, if_false0);
2859 return graph()->NewNode(phi_op, true0, false0, merge0);
2876 graph()->NewNode(mcgraph()->machine()->Uint32Div(), left, right,
2887 Node* rem = graph()->NewNode(mcgraph()->machine()->Uint32Mod(), left, right,
2927 Node* rem = graph()->NewNode(mcgraph()->machine()->Int64Mod(), left, right,
3017 Node* call = graph()->NewNode(op, static_cast<int>(count), inputs.begin());
3050 rets[i] = graph()->NewNode(mcgraph()->common()->Projection(i), call,
3537 instance_cache->field = graph()->NewNode(mcgraph()->common()->Phi(rep, 1), \
3551 to->field = graph()->NewNode(mcgraph()->common()->Phi(rep, 2), 3, vals); \
3582 tnode = graph()->NewNode(mcgraph()->common()->Phi(rep, count), count + 1,
3603 tnode = graph()->NewNode(mcgraph()->common()->EffectPhi(count), count + 1,
4047 load = SetEffect(graph()->NewNode(
4088 load = SetEffect(graph()->NewNode(
4172 Node* store = SetEffect(graph()->NewNode(
4243 Node* load = graph()->NewNode(mcgraph()->machine()->Load(type), mem_start,
4290 Node* store = graph()->NewNode(store_op, mem_start, index, val, effect(),
4439 return graph()->NewNode(mcgraph()->machine()->S128Zero());
4446 return graph()->NewNode(mcgraph()->machine()->F64x2Splat(), inputs[0]);
4448 return graph()->NewNode(mcgraph()->machine()->F64x2Abs(), inputs[0]);
4450 return graph()->NewNode(mcgraph()->machine()->F64x2Neg(), inputs[0]);
4452 return graph()->NewNode(mcgraph()->machine()->F64x2Sqrt(), inputs[0]);
4454 return graph()->NewNode(mcgraph()->machine()->F64x2Add(), inputs[0],
4457 return graph()->NewNode(mcgraph()->machine()->F64x2Sub(), inputs[0],
4460 return graph()->NewNode(mcgraph()->machine()->F64x2Mul(), inputs[0],
4463 return graph()->NewNode(mcgraph()->machine()->F64x2Div(), inputs[0],
4466 return graph()->NewNode(mcgraph()->machine()->F64x2Min(), inputs[0],
4469 return graph()->NewNode(mcgraph()->machine()->F64x2Max(), inputs[0],
4472 return graph()->NewNode(mcgraph()->machine()->F64x2Eq(), inputs[0],
4475 return graph()->NewNode(mcgraph()->machine()->F64x2Ne(), inputs[0],
4478 return graph()->NewNode(mcgraph()->machine()->F64x2Lt(), inputs[0],
4481 return graph()->NewNode(mcgraph()->machine()->F64x2Le(), inputs[0],
4484 return graph()->NewNode(mcgraph()->machine()->F64x2Lt(), inputs[1],
4487 return graph()->NewNode(mcgraph()->machine()->F64x2Le(), inputs[1],
4490 return graph()->NewNode(mcgraph()->machine()->F64x2Qfma(), inputs[0],
4493 return graph()->NewNode(mcgraph()->machine()->F64x2Qfms(), inputs[0],
4496 return graph()->NewNode(mcgraph()->machine()->F64x2Pmin(), inputs[0],
4499 return graph()->NewNode(mcgraph()->machine()->F64x2Pmax(), inputs[0],
4505 return graph()->NewNode(mcgraph()->machine()->F64x2Ceil(), inputs[0]);
4510 return graph()->NewNode(mcgraph()->machine()->F64x2Floor(), inputs[0]);
4516 return graph()->NewNode(mcgraph()->machine()->F64x2Trunc(), inputs[0]);
4522 return graph()->NewNode(mcgraph()->machine()->F64x2NearestInt(),
4525 return graph()->NewNode(mcgraph()->machine()->F64x2ConvertLowI32x4S(),
4528 return graph()->NewNode(mcgraph()->machine()->F64x2ConvertLowI32x4U(),
4531 return graph()->NewNode(mcgraph()->machine()->F64x2PromoteLowF32x4(),
4534 return graph()->NewNode(mcgraph()->machine()->F32x4Splat(), inputs[0]);
4536 return graph()->NewNode(mcgraph()->machine()->F32x4SConvertI32x4(),
4539 return graph()->NewNode(mcgraph()->machine()->F32x4UConvertI32x4(),
4542 return graph()->NewNode(mcgraph()->machine()->F32x4Abs(), inputs[0]);
4544 return graph()->NewNode(mcgraph()->machine()->F32x4Neg(), inputs[0]);
4546 return graph()->NewNode(mcgraph()->machine()->F32x4Sqrt(), inputs[0]);
4548 return graph()->NewNode(mcgraph()->machine()->F32x4RecipApprox(),
4551 return graph()->NewNode(mcgraph()->machine()->F32x4RecipSqrtApprox(),
4554 return graph()->NewNode(mcgraph()->machine()->F32x4Add(), inputs[0],
4557 return graph()->NewNode(mcgraph()->machine()->F32x4Sub(), inputs[0],
4560 return graph()->NewNode(mcgraph()->machine()->F32x4Mul(), inputs[0],
4563 return graph()->NewNode(mcgraph()->machine()->F32x4Div(), inputs[0],
4566 return graph()->NewNode(mcgraph()->machine()->F32x4Min(), inputs[0],
4569 return graph()->NewNode(mcgraph()->machine()->F32x4Max(), inputs[0],
4572 return graph()->NewNode(mcgraph()->machine()->F32x4Eq(), inputs[0],
4575 return graph()->NewNode(mcgraph()->machine()->F32x4Ne(), inputs[0],
4578 return graph()->NewNode(mcgraph()->machine()->F32x4Lt(), inputs[0],
4581 return graph()->NewNode(mcgraph()->machine()->F32x4Le(), inputs[0],
4584 return graph()->NewNode(mcgraph()->machine()->F32x4Lt(), inputs[1],
4587 return graph()->NewNode(mcgraph()->machine()->F32x4Le(), inputs[1],
4590 return graph()->NewNode(mcgraph()->machine()->F32x4Qfma(), inputs[0],
4593 return graph()->NewNode(mcgraph()->machine()->F32x4Qfms(), inputs[0],
4596 return graph()->NewNode(mcgraph()->machine()->F32x4Pmin(), inputs[0],
4599 return graph()->NewNode(mcgraph()->machine()->F32x4Pmax(), inputs[0],
4605 return graph()->NewNode(mcgraph()->machine()->F32x4Ceil(), inputs[0]);
4610 return graph()->NewNode(mcgraph()->machine()->F32x4Floor(), inputs[0]);
4616 return graph()->NewNode(mcgraph()->machine()->F32x4Trunc(), inputs[0]);
4622 return graph()->NewNode(mcgraph()->machine()->F32x4NearestInt(),
4625 return graph()->NewNode(mcgraph()->machine()->F32x4DemoteF64x2Zero(),
4628 return graph()->NewNode(mcgraph()->machine()->I64x2Splat(), inputs[0]);
4630 return graph()->NewNode(mcgraph()->machine()->I64x2Abs(), inputs[0]);
4632 return graph()->NewNode(mcgraph()->machine()->I64x2Neg(), inputs[0]);
4634 return graph()->NewNode(mcgraph()->machine()->I64x2SConvertI32x4Low(),
4637 return graph()->NewNode(mcgraph()->machine()->I64x2SConvertI32x4High(),
4640 return graph()->NewNode(mcgraph()->machine()->I64x2UConvertI32x4Low(),
4643 return graph()->NewNode(mcgraph()->machine()->I64x2UConvertI32x4High(),
4646 return graph()->NewNode(mcgraph()->machine()->I64x2BitMask(), inputs[0]);
4648 return graph()->NewNode(mcgraph()->machine()->I64x2Shl(), inputs[0],
4651 return graph()->NewNode(mcgraph()->machine()->I64x2ShrS(), inputs[0],
4654 return graph()->NewNode(mcgraph()->machine()->I64x2Add(), inputs[0],
4657 return graph()->NewNode(mcgraph()->machine()->I64x2Sub(), inputs[0],
4660 return graph()->NewNode(mcgraph()->machine()->I64x2Mul(), inputs[0],
4663 return graph()->NewNode(mcgraph()->machine()->I64x2Eq(), inputs[0],
4666 return graph()->NewNode(mcgraph()->machine()->I64x2Ne(), inputs[0],
4669 return graph()->NewNode(mcgraph()->machine()->I64x2GtS(), inputs[1],
4672 return graph()->NewNode(mcgraph()->machine()->I64x2GeS(), inputs[1],
4675 return graph()->NewNode(mcgraph()->machine()->I64x2GtS(), inputs[0],
4678 return graph()->NewNode(mcgraph()->machine()->I64x2GeS(), inputs[0],
4681 return graph()->NewNode(mcgraph()->machine()->I64x2ShrU(), inputs[0],
4684 return graph()->NewNode(mcgraph()->machine()->I64x2ExtMulLowI32x4S(),
4687 return graph()->NewNode(mcgraph()->machine()->I64x2ExtMulHighI32x4S(),
4690 return graph()->NewNode(mcgraph()->machine()->I64x2ExtMulLowI32x4U(),
4693 return graph()->NewNode(mcgraph()->machine()->I64x2ExtMulHighI32x4U(),
4696 return graph()->NewNode(mcgraph()->machine()->I32x4Splat(), inputs[0]);
4698 return graph()->NewNode(mcgraph()->machine()->I32x4SConvertF32x4(),
4701 return graph()->NewNode(mcgraph()->machine()->I32x4UConvertF32x4(),
4704 return graph()->NewNode(mcgraph()->machine()->I32x4SConvertI16x8Low(),
4707 return graph()->NewNode(mcgraph()->machine()->I32x4SConvertI16x8High(),
4710 return graph()->NewNode(mcgraph()->machine()->I32x4Neg(), inputs[0]);
4712 return graph()->NewNode(mcgraph()->machine()->I32x4Shl(), inputs[0],
4715 return graph()->NewNode(mcgraph()->machine()->I32x4ShrS(), inputs[0],
4718 return graph()->NewNode(mcgraph()->machine()->I32x4Add(), inputs[0],
4721 return graph()->NewNode(mcgraph()->machine()->I32x4Sub(), inputs[0],
4724 return graph()->NewNode(mcgraph()->machine()->I32x4Mul(), inputs[0],
4727 return graph()->NewNode(mcgraph()->machine()->I32x4MinS(), inputs[0],
4730 return graph()->NewNode(mcgraph()->machine()->I32x4MaxS(), inputs[0],
4733 return graph()->NewNode(mcgraph()->machine()->I32x4Eq(), inputs[0],
4736 return graph()->NewNode(mcgraph()->machine()->I32x4Ne(), inputs[0],
4739 return graph()->NewNode(mcgraph()->machine()->I32x4GtS(), inputs[1],
4742 return graph()->NewNode(mcgraph()->machine()->I32x4GeS(), inputs[1],
4745 return graph()->NewNode(mcgraph()->machine()->I32x4GtS(), inputs[0],
4748 return graph()->NewNode(mcgraph()->machine()->I32x4GeS(), inputs[0],
4751 return graph()->NewNode(mcgraph()->machine()->I32x4UConvertI16x8Low(),
4754 return graph()->NewNode(mcgraph()->machine()->I32x4UConvertI16x8High(),
4757 return graph()->NewNode(mcgraph()->machine()->I32x4ShrU(), inputs[0],
4760 return graph()->NewNode(mcgraph()->machine()->I32x4MinU(), inputs[0],
4763 return graph()->NewNode(mcgraph()->machine()->I32x4MaxU(), inputs[0],
4766 return graph()->NewNode(mcgraph()->machine()->I32x4GtU(), inputs[1],
4769 return graph()->NewNode(mcgraph()->machine()->I32x4GeU(), inputs[1],
4772 return graph()->NewNode(mcgraph()->machine()->I32x4GtU(), inputs[0],
4775 return graph()->NewNode(mcgraph()->machine()->I32x4GeU(), inputs[0],
4778 return graph()->NewNode(mcgraph()->machine()->I32x4Abs(), inputs[0]);
4780 return graph()->NewNode(mcgraph()->machine()->I32x4BitMask(), inputs[0]);
4782 return graph()->NewNode(mcgraph()->machine()->I32x4DotI16x8S(), inputs[0],
4785 return graph()->NewNode(mcgraph()->machine()->I32x4ExtMulLowI16x8S(),
4788 return graph()->NewNode(mcgraph()->machine()->I32x4ExtMulHighI16x8S(),
4791 return graph()->NewNode(mcgraph()->machine()->I32x4ExtMulLowI16x8U(),
4794 return graph()->NewNode(mcgraph()->machine()->I32x4ExtMulHighI16x8U(),
4797 return graph()->NewNode(mcgraph()->machine()->I32x4ExtAddPairwiseI16x8S(),
4800 return graph()->NewNode(mcgraph()->machine()->I32x4ExtAddPairwiseI16x8U(),
4803 return graph()->NewNode(mcgraph()->machine()->I32x4TruncSatF64x2SZero(),
4806 return graph()->NewNode(mcgraph()->machine()->I32x4TruncSatF64x2UZero(),
4809 return graph()->NewNode(mcgraph()->machine()->I16x8Splat(), inputs[0]);
4811 return graph()->NewNode(mcgraph()->machine()->I16x8SConvertI8x16Low(),
4814 return graph()->NewNode(mcgraph()->machine()->I16x8SConvertI8x16High(),
4817 return graph()->NewNode(mcgraph()->machine()->I16x8Shl(), inputs[0],
4820 return graph()->NewNode(mcgraph()->machine()->I16x8ShrS(), inputs[0],
4823 return graph()->NewNode(mcgraph()->machine()->I16x8Neg(), inputs[0]);
4825 return graph()->NewNode(mcgraph()->machine()->I16x8SConvertI32x4(),
4828 return graph()->NewNode(mcgraph()->machine()->I16x8Add(), inputs[0],
4831 return graph()->NewNode(mcgraph()->machine()->I16x8AddSatS(), inputs[0],
4834 return graph()->NewNode(mcgraph()->machine()->I16x8Sub(), inputs[0],
4837 return graph()->NewNode(mcgraph()->machine()->I16x8SubSatS(), inputs[0],
4840 return graph()->NewNode(mcgraph()->machine()->I16x8Mul(), inputs[0],
4843 return graph()->NewNode(mcgraph()->machine()->I16x8MinS(), inputs[0],
4846 return graph()->NewNode(mcgraph()->machine()->I16x8MaxS(), inputs[0],
4849 return graph()->NewNode(mcgraph()->machine()->I16x8Eq(), inputs[0],
4852 return graph()->NewNode(mcgraph()->machine()->I16x8Ne(), inputs[0],
4855 return graph()->NewNode(mcgraph()->machine()->I16x8GtS(), inputs[1],
4858 return graph()->NewNode(mcgraph()->machine()->I16x8GeS(), inputs[1],
4861 return graph()->NewNode(mcgraph()->machine()->I16x8GtS(), inputs[0],
4864 return graph()->NewNode(mcgraph()->machine()->I16x8GeS(), inputs[0],
4867 return graph()->NewNode(mcgraph()->machine()->I16x8UConvertI8x16Low(),
4870 return graph()->NewNode(mcgraph()->machine()->I16x8UConvertI8x16High(),
4873 return graph()->NewNode(mcgraph()->machine()->I16x8UConvertI32x4(),
4876 return graph()->NewNode(mcgraph()->machine()->I16x8ShrU(), inputs[0],
4879 return graph()->NewNode(mcgraph()->machine()->I16x8AddSatU(), inputs[0],
4882 return graph()->NewNode(mcgraph()->machine()->I16x8SubSatU(), inputs[0],
4885 return graph()->NewNode(mcgraph()->machine()->I16x8MinU(), inputs[0],
4888 return graph()->NewNode(mcgraph()->machine()->I16x8MaxU(), inputs[0],
4891 return graph()->NewNode(mcgraph()->machine()->I16x8GtU(), inputs[1],
4894 return graph()->NewNode(mcgraph()->machine()->I16x8GeU(), inputs[1],
4897 return graph()->NewNode(mcgraph()->machine()->I16x8GtU(), inputs[0],
4900 return graph()->NewNode(mcgraph()->machine()->I16x8GeU(), inputs[0],
4903 return graph()->NewNode(mcgraph()->machine()->I16x8RoundingAverageU(),
4906 return graph()->NewNode(mcgraph()->machine()->I16x8Q15MulRSatS(),
4909 return graph()->NewNode(mcgraph()->machine()->I16x8Abs(), inputs[0]);
4911 return graph()->NewNode(mcgraph()->machine()->I16x8BitMask(), inputs[0]);
4913 return graph()->NewNode(mcgraph()->machine()->I16x8ExtMulLowI8x16S(),
4916 return graph()->NewNode(mcgraph()->machine()->I16x8ExtMulHighI8x16S(),
4919 return graph()->NewNode(mcgraph()->machine()->I16x8ExtMulLowI8x16U(),
4922 return graph()->NewNode(mcgraph()->machine()->I16x8ExtMulHighI8x16U(),
4925 return graph()->NewNode(mcgraph()->machine()->I16x8ExtAddPairwiseI8x16S(),
4928 return graph()->NewNode(mcgraph()->machine()->I16x8ExtAddPairwiseI8x16U(),
4931 return graph()->NewNode(mcgraph()->machine()->I8x16Splat(), inputs[0]);
4933 return graph()->NewNode(mcgraph()->machine()->I8x16Neg(), inputs[0]);
4935 return graph()->NewNode(mcgraph()->machine()->I8x16Shl(), inputs[0],
4938 return graph()->NewNode(mcgraph()->machine()->I8x16ShrS(), inputs[0],
4941 return graph()->NewNode(mcgraph()->machine()->I8x16SConvertI16x8(),
4944 return graph()->NewNode(mcgraph()->machine()->I8x16Add(), inputs[0],
4947 return graph()->NewNode(mcgraph()->machine()->I8x16AddSatS(), inputs[0],
4950 return graph()->NewNode(mcgraph()->machine()->I8x16Sub(), inputs[0],
4953 return graph()->NewNode(mcgraph()->machine()->I8x16SubSatS(), inputs[0],
4956 return graph()->NewNode(mcgraph()->machine()->I8x16MinS(), inputs[0],
4959 return graph()->NewNode(mcgraph()->machine()->I8x16MaxS(), inputs[0],
4962 return graph()->NewNode(mcgraph()->machine()->I8x16Eq(), inputs[0],
4965 return graph()->NewNode(mcgraph()->machine()->I8x16Ne(), inputs[0],
4968 return graph()->NewNode(mcgraph()->machine()->I8x16GtS(), inputs[1],
4971 return graph()->NewNode(mcgraph()->machine()->I8x16GeS(), inputs[1],
4974 return graph()->NewNode(mcgraph()->machine()->I8x16GtS(), inputs[0],
4977 return graph()->NewNode(mcgraph()->machine()->I8x16GeS(), inputs[0],
4980 return graph()->NewNode(mcgraph()->machine()->I8x16ShrU(), inputs[0],
4983 return graph()->NewNode(mcgraph()->machine()->I8x16UConvertI16x8(),
4986 return graph()->NewNode(mcgraph()->machine()->I8x16AddSatU(), inputs[0],
4989 return graph()->NewNode(mcgraph()->machine()->I8x16SubSatU(), inputs[0],
4992 return graph()->NewNode(mcgraph()->machine()->I8x16MinU(), inputs[0],
4995 return graph()->NewNode(mcgraph()->machine()->I8x16MaxU(), inputs[0],
4998 return graph()->NewNode(mcgraph()->machine()->I8x16GtU(), inputs[1],
5001 return graph()->NewNode(mcgraph()->machine()->I8x16GeU(), inputs[1],
5004 return graph()->NewNode(mcgraph()->machine()->I8x16GtU(), inputs[0],
5007 return graph()->NewNode(mcgraph()->machine()->I8x16GeU(), inputs[0],
5010 return graph()->NewNode(mcgraph()->machine()->I8x16RoundingAverageU(),
5013 return graph()->NewNode(mcgraph()->machine()->I8x16Popcnt(), inputs[0]);
5015 return graph()->NewNode(mcgraph()->machine()->I8x16Abs(), inputs[0]);
5017 return graph()->NewNode(mcgraph()->machine()->I8x16BitMask(), inputs[0]);
5019 return graph()->NewNode(mcgraph()->machine()->S128And(), inputs[0],
5022 return graph()->NewNode(mcgraph()->machine()->S128Or(), inputs[0],
5025 return graph()->NewNode(mcgraph()->machine()->S128Xor(), inputs[0],
5028 return graph()->NewNode(mcgraph()->machine()->S128Not(), inputs[0]);
5030 return graph()->NewNode(mcgraph()->machine()->S128Select(), inputs[2],
5033 return graph()->NewNode(mcgraph()->machine()->S128AndNot(), inputs[0],
5036 return graph()->NewNode(mcgraph()->machine()->I64x2AllTrue(), inputs[0]);
5038 return graph()->NewNode(mcgraph()->machine()->I32x4AllTrue(), inputs[0]);
5040 return graph()->NewNode(mcgraph()->machine()->I16x8AllTrue(), inputs[0]);
5042 return graph()->NewNode(mcgraph()->machine()->V128AnyTrue(), inputs[0]);
5044 return graph()->NewNode(mcgraph()->machine()->I8x16AllTrue(), inputs[0]);
5046 return graph()->NewNode(mcgraph()->machine()->I8x16Swizzle(false),
5049 return graph()->NewNode(mcgraph()->machine()->I8x16Swizzle(true),
5053 return graph()->NewNode(mcgraph()->machine()->I8x16RelaxedLaneSelect(),
5056 return graph()->NewNode(mcgraph()->machine()->I16x8RelaxedLaneSelect(),
5059 return graph()->NewNode(mcgraph()->machine()->I32x4RelaxedLaneSelect(),
5062 return graph()->NewNode(mcgraph()->machine()->I64x2RelaxedLaneSelect(),
5065 return graph()->NewNode(mcgraph()->machine()->F32x4RelaxedMin(),
5068 return graph()->NewNode(mcgraph()->machine()->F32x4RelaxedMax(),
5071 return graph()->NewNode(mcgraph()->machine()->F64x2RelaxedMin(),
5074 return graph()->NewNode(mcgraph()->machine()->F64x2RelaxedMax(),
5077 return graph()->NewNode(
5080 return graph()->NewNode(
5083 return graph()->NewNode(mcgraph()->machine()->I32x4RelaxedTruncF32x4S(),
5086 return graph()->NewNode(mcgraph()->machine()->I32x4RelaxedTruncF32x4U(),
5098 return graph()->NewNode(mcgraph()->machine()->F64x2ExtractLane(lane),
5101 return graph()->NewNode(mcgraph()->machine()->F64x2ReplaceLane(lane),
5104 return graph()->NewNode(mcgraph()->machine()->F32x4ExtractLane(lane),
5107 return graph()->NewNode(mcgraph()->machine()->F32x4ReplaceLane(lane),
5110 return graph()->NewNode(mcgraph()->machine()->I64x2ExtractLane(lane),
5113 return graph()->NewNode(mcgraph()->machine()->I64x2ReplaceLane(lane),
5116 return graph()->NewNode(mcgraph()->machine()->I32x4ExtractLane(lane),
5119 return graph()->NewNode(mcgraph()->machine()->I32x4ReplaceLane(lane),
5122 return graph()->NewNode(mcgraph()->machine()->I16x8ExtractLaneS(lane),
5125 return graph()->NewNode(mcgraph()->machine()->I16x8ExtractLaneU(lane),
5128 return graph()->NewNode(mcgraph()->machine()->I16x8ReplaceLane(lane),
5131 return graph()->NewNode(mcgraph()->machine()->I8x16ExtractLaneS(lane),
5134 return graph()->NewNode(mcgraph()->machine()->I8x16ExtractLaneU(lane),
5137 return graph()->NewNode(mcgraph()->machine()->I8x16ReplaceLane(lane),
5147 return graph()->NewNode(mcgraph()->machine()->I8x16Shuffle(shuffle),
5354 graph()->NewNode(op, num_actual_inputs + 4, input_nodes));
5409 SetEffect(graph()->NewNode(mcgraph()->machine()->MemBarrier(), effect(),
5460 graph()->NewNode(mcgraph()->machine()->StackSlot(slot_size));
5566 graph()->NewNode(mcgraph()->common()->NumberConstant(table_index)), delta,
5587 graph()->NewNode(mcgraph()->common()->NumberConstant(table_index)), start,
5760 Node* branch = graph()->NewNode(mcgraph()->common()->Branch(hint),
5763 graph()->NewNode(mcgraph()->common()->IfTrue(), branch));
5765 SetControl(graph()->NewNode(mcgraph()->common()->IfFalse(), branch));
5769 Node* branch = graph()->NewNode(mcgraph()->common()->Branch(hint),
5772 graph()->NewNode(mcgraph()->common()->IfTrue(), branch));
5774 SetControl(graph()->NewNode(mcgraph()->common()->IfFalse(), branch));
5778 Node* branch = graph()->NewNode(mcgraph()->common()->Branch(hint),
5781 graph()->NewNode(mcgraph()->common()->IfFalse(), branch));
5783 SetControl(graph()->NewNode(mcgraph()->common()->IfTrue(), branch));
7273 : graph()->NewNode(mcgraph()->machine()->StackSlot(
7283 SetEffect(graph()->NewNode(GetSafeStoreOperator(offset, type), values,
7300 Node* fp_value = graph()->NewNode(mcgraph()->machine()->LoadFramePointer());
7317 Node* exception_branch = graph()->NewNode(
7322 graph()->NewNode(mcgraph()->common()->IfFalse(), exception_branch));
7336 SetEffectControl(old_effect, graph()->NewNode(mcgraph()->common()->IfTrue(),
7348 graph()->NewNode(GetSafeLoadOperator(offset, type), values,
7554 Node* fp_value = graph()->NewNode(mcgraph()->machine()->LoadFramePointer());
7570 graph()->NewNode(GetSafeLoadOperator(offset, type), arg_buffer,
7585 Node* if_success = graph()->NewNode(mcgraph()->common()->IfSuccess(), call);
7587 graph()->NewNode(mcgraph()->common()->IfException(), call, call);
7600 : graph()->NewNode(mcgraph()->common()->Projection(pos),
7602 SetEffect(graph()->NewNode(GetSafeStoreOperator(offset, type), arg_buffer,