HomeSort by relevance Sort by last modified time
    Searched refs:power_of_two_plus_one (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
node-matchers.h 327 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } function in struct:v8::internal::compiler::ScaleMatcher
369 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } function in struct:v8::internal::compiler::AddMatcher
376 power_of_two_plus_one_ = left_matcher.power_of_two_plus_one();
387 power_of_two_plus_one_ = right_matcher.power_of_two_plus_one();
489 bool power_of_two_plus_one = false; local
496 power_of_two_plus_one = m.power_of_two_plus_one();
542 power_of_two_plus_one = left_matcher.power_of_two_plus_one();
568 power_of_two_plus_one = left_matcher.power_of_two_plus_one()
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 694 Node* base = m.power_of_two_plus_one() ? index : nullptr;
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 607 Node* base = m.power_of_two_plus_one() ? index : nullptr;
813 Node* base = m.power_of_two_plus_one() ? index : nullptr;
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 696 Node* base = m.power_of_two_plus_one() ? index : nullptr;
710 Node* base = m.power_of_two_plus_one() ? index : nullptr;
    [all...]

Completed in 233 milliseconds