Home
last modified time | relevance | path

Searched refs:Uint32Constant (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h39 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
49 return Word32And(lhs, Uint32Constant(rhs)); in NON_EXPORTED_BASE()
71 return Replace(Uint32Constant(value)); in NON_EXPORTED_BASE()
H A Dmachine-graph.h31 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
H A Dgraph-assembler.cc37 Node* GraphAssembler::Uint32Constant(int32_t value) { in Uint32Constant() function in v8::internal::compiler::GraphAssembler
38 return jsgraph()->Uint32Constant(value); in Uint32Constant()
H A Dmachine-operator-reducer.cc71 return graph()->NewNode(machine()->Word32Sar(), lhs, Uint32Constant(rhs)); in Word32Sar()
77 return graph()->NewNode(machine()->Word32Shr(), lhs, Uint32Constant(rhs)); in Word32Shr()
111 Uint32Constant(mag.multiplier)); in Int32Div()
132 Uint32Constant(mag.multiplier)); in Uint32Div()
300 node->ReplaceInput(1, Uint32Constant(c << k)); in Reduce()
841 node->ReplaceInput(1, Uint32Constant(WhichPowerOf2(m.right().Value()))); in ReduceUint32Div()
904 node->ReplaceInput(1, Uint32Constant(m.right().Value() - 1)); in ReduceUint32Mod()
910 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
1057 Uint32Constant(~((1U << m.right().Value()) - 1U))); in ReduceWord32Shl()
H A Deffect-control-linearizer.cc1479 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerCheckReceiver()
1506 __ Uint32Constant(FIRST_NONSTRING_TYPE)); in LowerCheckString()
2080 __ Word32Equal(value_instance_type, __ Uint32Constant(BIGINT_TYPE)); in LowerObjectIsBigInt()
2354 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerObjectIsNonCallable()
2402 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerObjectIsReceiver()
2451 __ Word32Equal(value_instance_type, __ Uint32Constant(SYMBOL_TYPE)); in LowerObjectIsSymbol()
2965 Node* code = __ Word32And(value, __ Uint32Constant(0xFFFF)); in LowerStringFromSingleCharCode()
2973 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCharCode()
3095 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCodePoint()
4171 value_instance_type, __ Uint32Constant(FIRST_JS_RECEIVER_TYPE)); in LowerConvertReceiver()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator-reducer.h44 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
54 return Word32And(lhs, Uint32Constant(rhs)); in NON_EXPORTED_BASE()
77 return Replace(Uint32Constant(value)); in NON_EXPORTED_BASE()
H A Dmachine-graph.h31 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc177 return graph()->NewNode(machine()->Word32Sar(), lhs, Uint32Constant(rhs)); in Word32Sar()
182 return graph()->NewNode(machine()->Word32Shr(), lhs, Uint32Constant(rhs)); in Word32Shr()
217 Uint32Constant(mag.multiplier)); in Int32Div()
237 Uint32Constant(mag.multiplier)); in Uint32Div()
435 node->ReplaceInput(1, Uint32Constant(c << k)); in Reduce()
1058 1, Uint32Constant(base::bits::WhichPowerOfTwo(m.right().Value()))); in ReduceUint32Div()
1119 node->ReplaceInput(1, Uint32Constant(m.right().Value() - 1)); in ReduceUint32Mod()
1125 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
1269 Uint32Constant(~((1U << m.right().Value()) - 1U))); in ReduceWord32Shl()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmachine-operator-reducer.h44 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
54 return Word32And(lhs, Uint32Constant(rhs)); in NON_EXPORTED_BASE()
78 return Replace(Uint32Constant(value)); in NON_EXPORTED_BASE()
H A Dmachine-graph.h33 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc78 Node* UintNConstant(uint32_t value) { return r_->Uint32Constant(value); } in UintNConstant()
210 return graph()->NewNode(machine()->Word32Sar(), lhs, Uint32Constant(rhs)); in Word32Sar()
215 return graph()->NewNode(machine()->Word32Shr(), lhs, Uint32Constant(rhs)); in Word32Shr()
250 Uint32Constant(mag.multiplier)); in Int32Div()
270 Uint32Constant(mag.multiplier)); in Uint32Div()
476 node->ReplaceInput(1, Uint32Constant(c << k)); in Reduce()
1178 node->ReplaceInput(1, Uint32Constant(base::bits::WhichPowerOfTwo( in ReduceUint32Div()
1246 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
1471 node->ReplaceInput(1, Uint32Constant(k - l)); in ReduceWord32Shl()
1477 node->ReplaceInput(1, Uint32Constant(l - k)); in ReduceWord32Shl()
[all …]
H A Dmachine-graph.cc36 return machine()->Is32() ? Uint32Constant(static_cast<uint32_t>(value)) in UintPtrConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmachine-operator-reducer.h44 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
54 return Word32And(lhs, Uint32Constant(rhs)); in NON_EXPORTED_BASE()
78 return Replace(Uint32Constant(value)); in NON_EXPORTED_BASE()
H A Dmachine-graph.h33 Node* Uint32Constant(uint32_t value) { in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc78 Node* UintNConstant(uint32_t value) { return r_->Uint32Constant(value); } in UintNConstant()
197 return graph()->NewNode(machine()->Word32Sar(), lhs, Uint32Constant(rhs)); in Word32Sar()
202 return graph()->NewNode(machine()->Word32Shr(), lhs, Uint32Constant(rhs)); in Word32Shr()
237 Uint32Constant(mag.multiplier)); in Int32Div()
257 Uint32Constant(mag.multiplier)); in Uint32Div()
442 node->ReplaceInput(1, Uint32Constant(c << k)); in Reduce()
1152 node->ReplaceInput(1, Uint32Constant(base::bits::WhichPowerOfTwo( in ReduceUint32Div()
1220 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
1450 node->ReplaceInput(1, Uint32Constant(k - l)); in ReduceWord32Shl()
1456 node->ReplaceInput(1, Uint32Constant(l - k)); in ReduceWord32Shl()
[all …]
H A Dmachine-graph.cc36 return machine()->Is32() ? Uint32Constant(static_cast<uint32_t>(value)) in UintPtrConstant()
H A Deffect-control-linearizer.cc2015 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerCheckReceiver()
2032 Node* check0 = __ Uint32LessThanOrEqual(__ Uint32Constant(ODDBALL_TYPE), in LowerCheckReceiverOrNullOrUndefined()
2373 Node* mask = __ Uint32Constant(divisor - 1); in LowerCheckedUint32Div()
2374 Node* shift = __ Uint32Constant(base::bits::WhichPowerOfTwo(divisor)); in LowerCheckedUint32Div()
3432 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerObjectIsNonCallable()
3480 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerObjectIsReceiver()
3529 __ Word32Equal(value_instance_type, __ Uint32Constant(SYMBOL_TYPE)); in LowerObjectIsSymbol()
3595 __ Uint32Constant( in LowerTierUpCheck()
4194 Node* code = __ Word32And(value, __ Uint32Constant(0xFFFF)); in LowerStringFromSingleCharCode()
4202 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCharCode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-intl-gen.cc49 GotoIf(Word32Equal(length, Uint32Constant(0)), &return_string); in TF_BUILTIN()
67 GotoIf(Uint32GreaterThan(length, Uint32Constant(kMaxShortStringLength)), in TF_BUILTIN()
H A Dbuiltins-lazy-gen.cc36 GotoIfNot(Word32Equal(marker, Uint32Constant(expected_marker)), &no_match); in TailCallRuntimeIfMarkerEquals()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-intl-gen.cc49 GotoIf(Word32Equal(length, Uint32Constant(0)), &return_string); in TF_BUILTIN()
67 GotoIf(Uint32GreaterThan(length, Uint32Constant(kMaxShortStringLength)), in TF_BUILTIN()
H A Dbuiltins-lazy-gen.cc37 GotoIfNot(Word32Equal(marker, Uint32Constant(expected_marker)), &no_match); in TailCallRuntimeIfMarkerEquals()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-intl-gen.cc49 GotoIf(Word32Equal(length, Uint32Constant(0)), &return_string); in TF_BUILTIN()
67 GotoIf(Uint32GreaterThan(length, Uint32Constant(kMaxShortStringLength)), in TF_BUILTIN()
H A Dbuiltins-wasm-gen.cc35 Uint32LessThan(value, Uint32Constant(max)), value, Uint32Constant(max)); in SmiFromUint32WithSaturation()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dmachine-operator-reducer-unittest.cc1306 Uint32Constant(shift_bits)), in TEST_F()
1307 Uint32Constant(mask)), in TEST_F()
1308 Uint32Constant(rhs)); in TEST_F()
1342 Uint32Constant(shift_bits)), in TEST_F()
1343 Uint32Constant(mask)), in TEST_F()
1513 Uint32Constant(divisor), graph()->start())); in TEST_F()
1669 Uint32Constant(divisor), graph()->start())); in TEST_F()
2155 Uint32Constant(limit)); in TEST_F()
2604 Float64Constant(x), Uint32Constant(y))); in TEST_F()
2805 Uint32Constant(x | 0xFFu)), in TEST_F()
[all …]
H A Dgraph-unittest.h42 Node* Uint32Constant(uint32_t value) { in Uint32Constant() function

123