Searched refs:AddMatcher (Results 1 – 1 of 1) sorted by relevance
415 struct AddMatcher : public BinopMatcher { struct420 AddMatcher(Node* node, bool allow_input_swap) in AddMatcher() function426 explicit AddMatcher(Node* node) in AddMatcher() function478 AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub, argument481 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 …]