Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.h32 static bool TryMatchIdentity(const uint8_t* shuffle);
Dsimd-shuffle.cc56 bool SimdShuffle::TryMatchIdentity(const uint8_t* shuffle) { in TryMatchIdentity() function in v8::internal::wasm::SimdShuffle
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc3016 } else if (wasm::SimdShuffle::TryMatchIdentity(shuffle)) { in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2928 if (wasm::SimdShuffle::TryMatchIdentity(shuffle)) { in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc4155 } else if (wasm::SimdShuffle::TryMatchIdentity(shuffle)) { in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3676 if (wasm::SimdShuffle::TryMatchIdentity(shuffle)) { in VisitI8x16Shuffle()