Home
last modified time | relevance | path

Searched refs:Uint32Div (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dsimplified-lowering.h73 Node* Uint32Div(Node* const node);
H A Dmachine-operator-reducer.h58 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
H A Dgraph-assembler.h73 V(Uint32Div)
H A Dmachine-operator-reducer.cc121 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
846 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div()
908 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
H A Dmachine-operator.h279 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h332 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
333 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
H A Dsimplified-lowering.cc1854 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
1928 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
3718 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering
3727 return graph()->NewNode(machine()->Uint32Div(), lhs, rhs, graph()->start()); in Uint32Div()
3732 Node* div = graph()->NewNode(machine()->Uint32Div(), lhs, rhs, d.if_false); in Uint32Div()
H A Dopcodes.h481 V(Uint32Div) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dsimplified-lowering.h82 Node* Uint32Div(Node* const node);
H A Dmachine-operator-reducer.h64 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc226 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
1063 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div()
1123 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
H A Dmachine-operator.h346 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h425 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
426 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
H A Dsimplified-lowering.cc2200 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
2278 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode()
4297 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering
4306 return graph()->NewNode(machine()->Uint32Div(), lhs, rhs, graph()->start()); in Uint32Div()
4311 Node* div = graph()->NewNode(machine()->Uint32Div(), lhs, rhs, d.if_false); in Uint32Div()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dsimplified-lowering.h83 Node* Uint32Div(Node* const node);
H A Dmachine-operator-reducer.h64 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h434 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
435 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
H A Dmachine-operator-reducer.cc246 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
1158 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div()
1218 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
H A Dmachine-operator.h408 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dsimplified-lowering.h96 Node* Uint32Div(Node* const node);
H A Dmachine-operator-reducer.h64 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
H A Dmachine-operator-reducer.cc259 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
1184 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div()
1244 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
H A Draw-machine-assembler.h473 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
474 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dmachine-operator-unittest.cc201 PURE(Uint32Div, 2, 1, 1), // --
367 EXPECT_EQ(machine.Uint32Div(), machine.UintDiv()); in TEST_F()
H A Dmachine-operator-reducer-unittest.cc1493 machine()->Uint32Div(), Int32Constant(0), p0, graph()->start())); in TEST_F()
1499 machine()->Uint32Div(), p0, Int32Constant(0), graph()->start())); in TEST_F()
1505 machine()->Uint32Div(), p0, Int32Constant(1), graph()->start())); in TEST_F()
1512 graph()->NewNode(machine()->Uint32Div(), Uint32Constant(dividend), in TEST_F()
1522 Reduce(graph()->NewNode(machine()->Uint32Div(), p0, in TEST_F()
1534 graph()->NewNode(machine()->Uint32Div(), p0, p0, graph()->start())); in TEST_F()

123