Home
last modified time | relevance | path

Searched refs:v2s16 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp95 const LLT v2s16 = LLT::fixed_vector(2, 16); 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()
138 s16, s32, s64, v2s16, v2s32, v2s64, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp58 const LLT v2s16 = LLT::fixed_vector(2, 16); in AArch64LegalizerInfo() local
408 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0); in AArch64LegalizerInfo()
449 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0); in AArch64LegalizerInfo()
539 [=](const LegalityQuery &Query) { return Query.Types[1] == v2s16; }, in AArch64LegalizerInfo()
799 .legalForCartesianProduct({s32, v2s16, v4s8}) in AArch64LegalizerInfo()
896 return VecTy == v2s16 || VecTy == v4s16 || VecTy == v8s16 || in AArch64LegalizerInfo()
1087 [=](const LegalityQuery &Query) { return Query.Types[0] == v2s16; }, in AArch64LegalizerInfo()