Lines Matching refs:Node

32   Reduction Reduce(Node* node) override;  in NON_EXPORTED_BASE()
35 Node* Float32Constant(volatile float value); in NON_EXPORTED_BASE()
36 Node* Float64Constant(volatile double value); in NON_EXPORTED_BASE()
37 Node* Int32Constant(int32_t value); in NON_EXPORTED_BASE()
38 Node* Int64Constant(int64_t value); in NON_EXPORTED_BASE()
39 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
42 Node* Uint64Constant(uint64_t value) { in NON_EXPORTED_BASE()
45 Node* Float64Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
46 Node* Float64PowHalf(Node* value); in NON_EXPORTED_BASE()
47 Node* Word32And(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
48 Node* Word32And(Node* lhs, uint32_t rhs) { in NON_EXPORTED_BASE()
51 Node* Word32Sar(Node* lhs, uint32_t rhs); in NON_EXPORTED_BASE()
52 Node* Word32Shr(Node* lhs, uint32_t rhs); in NON_EXPORTED_BASE()
53 Node* Word32Equal(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
54 Node* Int32Add(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
55 Node* Int32Sub(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
56 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
57 Node* Int32Div(Node* dividend, int32_t divisor); in NON_EXPORTED_BASE()
58 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
77 Reduction ReduceInt32Add(Node* node); in NON_EXPORTED_BASE()
78 Reduction ReduceInt64Add(Node* node); in NON_EXPORTED_BASE()
79 Reduction ReduceInt32Sub(Node* node); in NON_EXPORTED_BASE()
80 Reduction ReduceInt64Sub(Node* node); in NON_EXPORTED_BASE()
81 Reduction ReduceInt32Div(Node* node); in NON_EXPORTED_BASE()
82 Reduction ReduceUint32Div(Node* node); in NON_EXPORTED_BASE()
83 Reduction ReduceInt32Mod(Node* node); in NON_EXPORTED_BASE()
84 Reduction ReduceUint32Mod(Node* node); in NON_EXPORTED_BASE()
85 Reduction ReduceStore(Node* node); in NON_EXPORTED_BASE()
86 Reduction ReduceProjection(size_t index, Node* node); in NON_EXPORTED_BASE()
87 Reduction ReduceWord32Shifts(Node* node); in NON_EXPORTED_BASE()
88 Reduction ReduceWord32Shl(Node* node); in NON_EXPORTED_BASE()
89 Reduction ReduceWord64Shl(Node* node); in NON_EXPORTED_BASE()
90 Reduction ReduceWord32Shr(Node* node); in NON_EXPORTED_BASE()
91 Reduction ReduceWord64Shr(Node* node); in NON_EXPORTED_BASE()
92 Reduction ReduceWord32Sar(Node* node); in NON_EXPORTED_BASE()
93 Reduction ReduceWord64Sar(Node* node); in NON_EXPORTED_BASE()
94 Reduction ReduceWord32And(Node* node); in NON_EXPORTED_BASE()
95 Reduction TryMatchWord32Ror(Node* node); in NON_EXPORTED_BASE()
96 Reduction ReduceWord32Or(Node* node); in NON_EXPORTED_BASE()
97 Reduction ReduceWord32Xor(Node* node); in NON_EXPORTED_BASE()
98 Reduction ReduceFloat64InsertLowWord32(Node* node); in NON_EXPORTED_BASE()
99 Reduction ReduceFloat64InsertHighWord32(Node* node); in NON_EXPORTED_BASE()
100 Reduction ReduceFloat64Compare(Node* node); in NON_EXPORTED_BASE()
101 Reduction ReduceFloat64RoundDown(Node* node); in NON_EXPORTED_BASE()