Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h486 enum class AddressOption : uint8_t { enum
493 using AddressOptions = base::Flags<AddressOption, uint8_t>;
515 Initialize(node, AddressOption::kAllowScale | in BaseWithIndexAndDisplacementMatcher()
517 ? AddressOption::kAllowInputSwap in BaseWithIndexAndDisplacementMatcher()
518 : AddressOption::kAllowNone)); in BaseWithIndexAndDisplacementMatcher()
554 AddMatcher m(node, options & AddressOption::kAllowInputSwap); in Initialize()
731 if (!(options & AddressOption::kAllowScale) && scale != 0) { in Initialize()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc218 AddressOption::kAllowInputSwap); in GetEffectiveAddressMemoryOperand()
221 AddressOption::kAllowInputSwap); in GetEffectiveAddressMemoryOperand()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc216 BaseWithIndexAndDisplacement64Matcher m(operand, AddressOption::kAllowAll); in GetEffectiveAddressMemoryOperand()
1099 AddressOption::kAllowAll); in TryMatchLoadWord64AndShiftRight()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc921 AddressOption::kAllowAll); in VisitWord64Sar()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc221 BaseWithIndexAndDisplacement32Matcher m(node, AddressOption::kAllowAll); in GetEffectiveAddressMemoryOperand()