Home
last modified time | relevance | path

Searched refs:AddressOption (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h414 enum class AddressOption : uint8_t { enum
421 typedef base::Flags<AddressOption, uint8_t> AddressOptions;
443 Initialize(node, AddressOption::kAllowScale | in BaseWithIndexAndDisplacementMatcher()
445 ? AddressOption::kAllowInputSwap in BaseWithIndexAndDisplacementMatcher()
446 : AddressOption::kAllowNone)); in BaseWithIndexAndDisplacementMatcher()
482 AddMatcher m(node, options & AddressOption::kAllowInputSwap); in Initialize()
657 if (!(options & AddressOption::kAllowScale) && scale != 0) { in Initialize()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc208 AddressOption::kAllowInputSwap); in GetEffectiveAddressMemoryOperand()
211 AddressOption::kAllowInputSwap); in GetEffectiveAddressMemoryOperand()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc170 BaseWithIndexAndDisplacement64Matcher m(operand, AddressOption::kAllowAll); in GetEffectiveAddressMemoryOperand()
747 AddressOption::kAllowAll); in TryMatchLoadWord64AndShiftRight()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc149 BaseWithIndexAndDisplacement32Matcher m(node, AddressOption::kAllowAll); in GetEffectiveAddressMemoryOperand()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc153 BaseWithIndexAndDisplacement32Matcher m(node, AddressOption::kAllowAll); in GetEffectiveAddressMemoryOperand()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc949 AddressOption::kAllowAll); in VisitWord64Sar()