Searched refs:Uint32Div (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.h | 72 Node* Uint32Div(Node* const node);
|
D | machine-operator-reducer.h | 56 Node* Uint32Div(Node* dividend, uint32_t divisor); in NON_EXPORTED_BASE()
|
D | machine-operator-reducer.cc | 120 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer 820 return Replace(Uint32Div(dividend, divisor)); in ReduceUint32Div() 883 Node* quotient = Uint32Div(dividend, divisor); in ReduceUint32Mod()
|
D | machine-operator.h | 261 const Operator* Uint32Div(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 306 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function 307 return AddNode(machine()->Uint32Div(), a, b); in Uint32Div()
|
D | simplified-lowering.cc | 1677 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode() 1748 if (lower()) DeferReplacement(node, lowering->Uint32Div(node)); in VisitNode() 3177 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering 3186 return graph()->NewNode(machine()->Uint32Div(), lhs, rhs, graph()->start()); in Uint32Div() 3191 Node* div = graph()->NewNode(machine()->Uint32Div(), lhs, rhs, d.if_false); in Uint32Div()
|
D | opcodes.h | 381 V(Uint32Div) \
|
D | representation-change.cc | 822 return machine()->Uint32Div(); in Uint32OperatorFor()
|
D | machine-operator.cc | 99 V(Uint32Div, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 1860 m->Uint32Div(), left, right, in BuildI32DivU() 1951 return graph()->NewNode(m->Uint32Div(), left, right, graph()->start()); in BuildI32AsmjsDivU() 1961 graph()->NewNode(jsgraph()->machine()->Uint32Div(), left, right, in BuildI32AsmjsDivU()
|
D | effect-control-linearizer.cc | 1542 Node* value = graph()->NewNode(machine()->Uint32Div(), lhs, rhs, control); in LowerCheckedUint32Div()
|