/third_party/node/deps/v8/src/wasm/ |
D | simd-shuffle.h | 26 static void CanonicalizeShuffle(bool inputs_equal, uint8_t* shuffle,
|
D | simd-shuffle.cc | 15 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/ |
D | instruction-selector.h | 652 void CanonicalizeShuffle(Node* node, uint8_t* shuffle, bool* is_swizzle);
|
D | instruction-selector.cc | 3319 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/ |
D | instruction-selector-ppc.cc | 2510 CanonicalizeShuffle(node, shuffle, &is_swizzle);
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2444 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2693 CanonicalizeShuffle(node, shuffle, &is_swizzle);
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2956 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 3005 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 3212 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 2875 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 3222 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 4132 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3621 CanonicalizeShuffle(node, shuffle, &is_swizzle); in VisitI8x16Shuffle()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 4144 wasm::SimdShuffle::CanonicalizeShuffle(lhs == rhs, shuffle, &needs_swap, in Simd8x16ShuffleOp()
|