Home
last modified time | relevance | path

Searched defs: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() argument
426 explicit AddMatcher(Node* node) in AddMatcher() argument
433 bool HasIndexInput() const { return scale_ != -1; } in HasIndexInput()
434 Node* IndexInput() const { in IndexInput()
438 int scale() const { in scale()
442 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } in power_of_two_plus_one()
445 void Initialize(Node* node, bool allow_input_swap) { in Initialize()
478 AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub, argument