Searched defs:AddMatcher (Results 1 – 3 of 3) sorted by relevance
342 struct AddMatcher : public BinopMatcher { struct347 AddMatcher(Node* node, bool allow_input_swap) in AddMatcher() function353 explicit AddMatcher(Node* node) in AddMatcher() function360 bool HasIndexInput() const { return scale_ != -1; } in HasIndexInput()361 Node* IndexInput() const { in IndexInput()365 int scale() const { in scale()369 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } in power_of_two_plus_one()372 void Initialize(Node* node, bool allow_input_swap) { in Initialize()405 typedef AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub, argument
187 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher() function in MatcherGen
188 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher() function in MatcherGen