Searched refs:v2s8 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 96 const LLT v2s8 = LLT::fixed_vector(2, 8); in SPIRVLegalizerInfo() local 112 s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, v3s16, in SPIRVLegalizerInfo() 116 auto allVectors = {v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, in SPIRVLegalizerInfo() 122 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo() 126 auto allIntScalarsAndVectors = {s8, s16, s32, s64, v2s8, v2s16, in SPIRVLegalizerInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 55 const LLT v2s8 = LLT::fixed_vector(2, 8); in AArch64LegalizerInfo() local 408 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0); in AArch64LegalizerInfo() 449 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0); in AArch64LegalizerInfo()
|