Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h334 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } in power_of_two_plus_one() function
376 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } in power_of_two_plus_one() function
383 power_of_two_plus_one_ = left_matcher.power_of_two_plus_one(); in Initialize()
394 power_of_two_plus_one_ = right_matcher.power_of_two_plus_one(); in Initialize()
495 bool power_of_two_plus_one = false; in Initialize() local
502 power_of_two_plus_one = m.power_of_two_plus_one(); in Initialize()
548 power_of_two_plus_one = left_matcher.power_of_two_plus_one(); in Initialize()
574 power_of_two_plus_one = left_matcher.power_of_two_plus_one(); in Initialize()
583 power_of_two_plus_one = left_matcher.power_of_two_plus_one(); in Initialize()
651 if (power_of_two_plus_one) { in Initialize()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc633 Node* base = m.power_of_two_plus_one() ? index : nullptr; in VisitWord32Shl()
647 Node* base = m.power_of_two_plus_one() ? index : nullptr; in VisitWord64Shl()
977 Node* base = m.power_of_two_plus_one() ? index : nullptr; in VisitInt32Mul()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc602 Node* base = m.power_of_two_plus_one() ? index : nullptr; in VisitWord32Shl()
879 Node* base = m.power_of_two_plus_one() ? index : nullptr; in VisitInt32Mul()