Searched refs:TryMatchArchShuffle (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 2135 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function 2163 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 2392 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function 2448 } else if (TryMatchArchShuffle(shuffle, arch_shuffles, in VisitS8x16Shuffle()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 2672 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function 2745 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 2802 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function 2830 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 3179 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() function 3220 if (TryMatchArchShuffle(shuffle, arch_shuffles, arraysize(arch_shuffles), in VisitS8x16Shuffle()
|