Home
last modified time | relevance | path

Searched refs:AddMatcher (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h415 struct AddMatcher : public BinopMatcher { struct
420 AddMatcher(Node* node, bool allow_input_swap) in AddMatcher() function
426 explicit AddMatcher(Node* node) in AddMatcher() function
478 AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub, argument
481 AddMatcher<Int64BinopMatcher, IrOpcode::kInt64Add, IrOpcode::kInt64Sub,
496 template <class AddMatcher>
554 AddMatcher m(node, options & AddressOption::kAllowInputSwap); in Initialize()
570 if (right->opcode() == AddMatcher::kSubOpcode && in Initialize()
572 AddMatcher right_matcher(right); in Initialize()
582 if (right->opcode() == AddMatcher::kAddOpcode && in Initialize()
[all …]