Home
last modified time | relevance | path

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

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

Completed in 68 milliseconds