Home
last modified time | relevance | path

Searched refs:TryMatchArchShuffle (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2419 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2447 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2968 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
3041 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc3187 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
3215 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3587 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
3663 } else if (TryMatchArchShuffle(shuffle, arch_shuffles, in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
4136 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2850 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2916 } else if (TryMatchArchShuffle(shuffle, arch_shuffles, in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2931 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function
2959 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitI8x16Shuffle()

Completed in 41 milliseconds