Searched refs:Int32AddWithOverflow (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.h | 62 V(Int32AddWithOverflow) \
|
D | code-assembler.h | 94 V(Int32AddWithOverflow) \
|
D | machine-operator.h | 250 const Operator* Int32AddWithOverflow(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 276 Node* Int32AddWithOverflow(Node* a, Node* b) { in Int32AddWithOverflow() function 277 return AddNode(machine()->Int32AddWithOverflow(), a, b); in Int32AddWithOverflow()
|
D | opcodes.h | 392 V(Int32AddWithOverflow) \
|
D | effect-control-linearizer.cc | 880 Node* add = __ Int32AddWithOverflow(value, value); in LowerChangeInt32ToTagged() 1244 Node* value = __ Int32AddWithOverflow(lhs, rhs); in LowerCheckedInt32Add() 1477 Node* add = __ Int32AddWithOverflow(value, value); in LowerCheckedInt32ToTaggedSigned()
|
D | machine-operator.cc | 365 V(Int32AddWithOverflow, Operator::kAssociative | Operator::kCommutative) \
|
D | machine-operator-reducer.cc | 240 NodeProperties::ChangeOp(node, machine()->Int32AddWithOverflow()); in Reduce()
|
D | wasm-compiler.cc | 2385 Node* add = graph()->NewNode(machine->Int32AddWithOverflow(), value, value, in BuildChangeInt32ToTagged() 2450 Node* smi_tag = graph()->NewNode(machine->Int32AddWithOverflow(), value32, in BuildChangeFloat64ToTagged()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2565 Node* pair = Int32AddWithOverflow(value32, value32); in ChangeFloat64ToTagged() 2594 Node* pair = Int32AddWithOverflow(value, value); in ChangeInt32ToTagged() 2631 Node* pair = Int32AddWithOverflow(value, value); in ChangeUint32ToTagged()
|