Home
last modified time | relevance | path

Searched refs:CanonicalizeShuffle (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.h26 static void CanonicalizeShuffle(bool inputs_equal, uint8_t* shuffle,
Dsimd-shuffle.cc15 void SimdShuffle::CanonicalizeShuffle(bool inputs_equal, uint8_t* shuffle, in CanonicalizeShuffle() function in v8::internal::wasm::SimdShuffle
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h652 void CanonicalizeShuffle(Node* node, uint8_t* shuffle, bool* is_swizzle);
Dinstruction-selector.cc3319 void InstructionSelector::CanonicalizeShuffle(Node* node, uint8_t* shuffle, in CanonicalizeShuffle() function in v8::internal::compiler::InstructionSelector
3326 wasm::SimdShuffle::CanonicalizeShuffle(inputs_equal, shuffle, &needs_swap, in CanonicalizeShuffle()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2510 CanonicalizeShuffle(node, shuffle, &is_swizzle);
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2444 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2693 CanonicalizeShuffle(node, shuffle, &is_swizzle);
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2956 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc3005 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc3212 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2875 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc3222 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc4132 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3621 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc4144 wasm::SimdShuffle::CanonicalizeShuffle(lhs == rhs, shuffle, &needs_swap, in Simd8x16ShuffleOp()