Lines Matching refs:machine

22 #include "src/codegen/machine-type.h"
35 #include "src/compiler/machine-operator.h"
279 return AddNode(graph()->NewNode(mcgraph()->machine()->LoadImmutable(rep),
482 mcgraph()->machine()->Is64() ? ChangeUint32ToUint64(index) : index;
741 mcgraph()->machine()->StackPointerGreaterThan(StackCheckKind::kWasm),
844 MachineOperatorBuilder* m = mcgraph()->machine();
1129 MachineOperatorBuilder* m = mcgraph()->machine();
1384 return mcgraph()->machine()->Is32()
1423 return graph()->NewNode(mcgraph()->machine()->S128Const(value));
1443 MachineOperatorBuilder* m = mcgraph()->machine();
1589 if (!mcgraph()->machine()->Word32ShiftIsSafe()) {
1604 if (!mcgraph()->machine()->Word32ShiftIsSafe()) {
1638 MachineOperatorBuilder* m = mcgraph()->machine();
1756 MachineOperatorBuilder* m = mcgraph()->machine();
1895 if (mcgraph()->machine()->Is64()) {
1903 DCHECK(mcgraph()->machine()->Is32());
1972 return builder->mcgraph()->machine()->TruncateFloat32ToInt32(
1975 return builder->mcgraph()->machine()->TruncateFloat32ToInt32(
1978 return builder->mcgraph()->machine()->TruncateFloat32ToUint32(
1981 return builder->mcgraph()->machine()->TruncateFloat32ToUint32(
1985 return builder->mcgraph()->machine()->ChangeFloat64ToInt32();
1988 return builder->mcgraph()->machine()->TruncateFloat64ToUint32();
1991 return builder->mcgraph()->machine()->TryTruncateFloat32ToInt64();
1994 return builder->mcgraph()->machine()->TryTruncateFloat32ToUint64();
1997 return builder->mcgraph()->machine()->TryTruncateFloat64ToInt64();
2000 return builder->mcgraph()->machine()->TryTruncateFloat64ToUint64();
2181 if (mcgraph()->machine()->SatConversionIsSafe()) {
2385 graph()->NewNode(mcgraph()->machine()->StackSlot(stack_slot_size));
2428 graph()->NewNode(mcgraph()->machine()->StackSlot(stack_slot_size));
2498 MachineOperatorBuilder* m = mcgraph()->machine();
2652 mcgraph()->machine()->I32x4Splat(),
2655 mcgraph()->machine()->I32x4ReplaceLane(1), value,
2658 mcgraph()->machine()->I32x4ReplaceLane(2), value,
2661 mcgraph()->machine()->I32x4ReplaceLane(3), value,
2702 MachineOperatorBuilder* m = mcgraph()->machine();
2727 MachineOperatorBuilder* m = mcgraph()->machine();
2766 MachineOperatorBuilder* m = mcgraph()->machine();
2863 MachineOperatorBuilder* m = mcgraph()->machine();
2876 graph()->NewNode(mcgraph()->machine()->Uint32Div(), left, right,
2887 Node* rem = graph()->NewNode(mcgraph()->machine()->Uint32Mod(), left, right,
2894 if (mcgraph()->machine()->Is32()) {
2917 if (mcgraph()->machine()->Is32()) {
2927 Node* rem = graph()->NewNode(mcgraph()->machine()->Int64Mod(), left, right,
2935 if (mcgraph()->machine()->Is32()) {
2944 if (mcgraph()->machine()->Is32()) {
3439 return mcgraph()->machine()->Is64() ? gasm_->TruncateInt64ToInt32(value)
3444 return mcgraph()->machine()->Is64() ? gasm_->ChangeInt32ToInt64(value)
3449 return mcgraph()->machine()->Is32() ? gasm_->ChangeInt32ToInt64(value)
3454 if (mcgraph()->machine()->Is32()) return node;
3814 // machine.
3894 if (alignment == 0 || mcgraph()->machine()->UnalignedLoadSupported(
3896 return mcgraph()->machine()->Load(mach_type);
3898 return mcgraph()->machine()->UnalignedLoad(mach_type);
3910 if (alignment == 0 || mcgraph()->machine()->UnalignedStoreSupported(rep)) {
3912 return mcgraph()->machine()->Store(store_rep);
3915 return mcgraph()->machine()->UnalignedStore(store_rep);
4020 mcgraph->machine()->UnalignedLoadSupported(memrep));
4024 !mcgraph->machine()->UnalignedLoadSupported(memrep)) {
4048 mcgraph()->machine()->LoadLane(load_kind, memtype, laneidx),
4089 mcgraph()->machine()->LoadTransform(load_kind, transformation),
4173 mcgraph()->machine()->StoreLane(load_kind, mem_rep, laneidx),
4243 Node* load = graph()->NewNode(mcgraph()->machine()->Load(type), mem_start,
4288 const Operator* store_op = mcgraph()->machine()->Store(StoreRepresentation(
4418 if (mcgraph()->machine()->Is64()) return;
4419 Int64Lowering r(mcgraph()->graph(), mcgraph()->machine(), mcgraph()->common(),
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],
4503 if (!mcgraph()->machine()->Float64RoundUp().IsSupported())
4505 return graph()->NewNode(mcgraph()->machine()->F64x2Ceil(), inputs[0]);
4508 if (!mcgraph()->machine()->Float64RoundDown().IsSupported())
4510 return graph()->NewNode(mcgraph()->machine()->F64x2Floor(), inputs[0]);
4514 if (!mcgraph()->machine()->Float64RoundTruncate().IsSupported())
4516 return graph()->NewNode(mcgraph()->machine()->F64x2Trunc(), inputs[0]);
4520 if (!mcgraph()->machine()->Float64RoundTiesEven().IsSupported())
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],
4603 if (!mcgraph()->machine()->Float32RoundUp().IsSupported())
4605 return graph()->NewNode(mcgraph()->machine()->F32x4Ceil(), inputs[0]);
4608 if (!mcgraph()->machine()->Float32RoundDown().IsSupported())
4610 return graph()->NewNode(mcgraph()->machine()->F32x4Floor(), inputs[0]);
4614 if (!mcgraph()->machine()->Float32RoundTruncate().IsSupported())
4616 return graph()->NewNode(mcgraph()->machine()->F32x4Trunc(), inputs[0]);
4620 if (!mcgraph()->machine()->Float32RoundTiesEven().IsSupported())
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(),
5078 mcgraph()->machine()->I32x4RelaxedTruncF64x2SZero(), inputs[0]);
5081 mcgraph()->machine()->I32x4RelaxedTruncF64x2UZero(), inputs[0]);
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),
5324 op = (mcgraph()->machine()->*info.operator_by_type)(info.machine_type);
5326 op = (mcgraph()->machine()->*info.operator_by_rep)(
5329 op = (mcgraph()->machine()->*info.operator_by_atomic_load_params)(
5332 op = (mcgraph()->machine()->*info.operator_by_atomic_store_rep)(
5380 intptr_t target = mcgraph()->machine()->Is64()
5393 intptr_t target = mcgraph()->machine()->Is64()
5409 SetEffect(graph()->NewNode(mcgraph()->machine()->MemBarrier(), effect(),
5460 graph()->NewNode(mcgraph()->machine()->StackSlot(slot_size));
6544 if (mcgraph()->machine()->Is64()) {
6548 DCHECK(mcgraph()->machine()->Is32());
6561 if (mcgraph()->machine()->Is64()) {
6565 DCHECK(mcgraph()->machine()->Is32());
7273 : graph()->NewNode(mcgraph()->machine()->StackSlot(
7300 Node* fp_value = graph()->NewNode(mcgraph()->machine()->LoadFramePointer());
7554 Node* fp_value = graph()->NewNode(mcgraph()->machine()->LoadFramePointer());
7611 if (mcgraph()->machine()->Is32() && ContainsInt64(sig_)) {
7623 Int64Lowering r(mcgraph()->graph(), mcgraph()->machine(),
7668 MachineOperatorBuilder* machine = zone->New<MachineOperatorBuilder>(
7672 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine);
7990 // generate either inlined machine code or a call to a helper.
8027 // Run the compiler pipeline to generate machine code.
8029 if (mcgraph->machine()->Is32()) {
8071 MachineOperatorBuilder* machine = zone.New<MachineOperatorBuilder>(
8075 MachineGraph* mcgraph = zone.New<MachineGraph>(graph, common, machine);
8094 // Schedule and compile to machine code.
8097 if (machine->Is32()) {
8138 // Run the compiler pipeline to generate machine code.
8141 if (mcgraph->machine()->Is32()) {
8192 // Run the compiler pipeline to generate machine code.
8195 if (mcgraph->machine()->Is32()) {
8226 MachineOperatorBuilder* machine = zone->New<MachineOperatorBuilder>(
8230 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine);
8275 MachineOperatorBuilder* machine = zone->New<MachineOperatorBuilder>(
8279 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine);
8323 MachineOperatorBuilder* machine = zone->New<MachineOperatorBuilder>(
8327 MachineGraph* mcgraph = zone->New<MachineGraph>(graph, common, machine);
8336 // Schedule and compile to machine code.
8486 // Run the compiler pipeline to generate machine code.
8488 if (mcgraph->machine()->Is32()) {