Home
last modified time | relevance | path

Searched refs:allocatable_simd128_codes (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocation.h49 return config->allocatable_simd128_codes(); in GetAllocatableRegisterCodes()
Dregister-allocator.cc4007 *codes = data()->config()->allocatable_simd128_codes(); in GetFPRegisterSet()
4019 *codes = data()->config()->allocatable_simd128_codes(); in GetSIMD128RegisterSet()
Dmid-tier-register-allocator.cc1653 int reg_code = config->allocatable_simd128_codes()[i]; in SinglePassRegisterAllocator()
/third_party/node/deps/v8/src/codegen/
Dregister-configuration.h110 const int* allocatable_simd128_codes() const { in allocatable_simd128_codes() function