Searched refs:v2s8 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.cpp | 73 const LLT v2s8 = LLT::fixed_vector(2, 8); in SPIRVLegalizerInfo() local 95 v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo() 99 auto allVectors = {v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, in SPIRVLegalizerInfo() 105 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo() 109 auto allIntScalarsAndVectors = {s8, s16, s32, s64, v2s8, v2s16, in SPIRVLegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 53 const LLT v2s8 = LLT::fixed_vector(2, 8); in AArch64LegalizerInfo() local 97 .legalFor({v2s8, v4s8, v8s8, v16s8, v2s16, v4s16, v8s16, v2s32, v4s32, in AArch64LegalizerInfo() 549 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0) in AArch64LegalizerInfo() 606 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0) in AArch64LegalizerInfo()
|