Searched refs:v16s8 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp56 const LLT v16s8 = LLT::fixed_vector(16, 8); local
135 if (HasSSE2 && typeInSet(0, {v16s8, v8s16, v4s32, v2s64})(Query))
233 if (HasSSE2 && typeInSet(0, {v16s8, v8s16, v4s32, v2s64})(Query))
310 (HasSSE1 && typeInSet(0, {v16s8, v8s16, v4s32, v2s64})(Query)) ||
370 Action.legalForTypesWithMemDesc({{v16s8, p0, v16s8, 1},
489 {{v16s8, v32s8},
494 {{v16s8, v64s8},
508 {{v16s8, v32s8},
513 {{v16s8, v64s
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp52 const LLT v16s8 = LLT::fixed_vector(16, 8); local
64 v16s8, v8s16, v4s32,
126 .legalFor({s32, s64, v2s32, v2s64, v4s32, v4s16, v8s16, v16s8, v8s8})
162 {v16s8, v16s8},
172 .clampNumElements(0, v8s8, v16s8)
207 .legalFor({s64, v8s16, v16s8, v4s32})
214 .legalFor({s32, s64, v8s8, v16s8, v4s16, v8s16, v2s32, v4s32})
221 .legalFor({v8s8, v16s8, v4s16, v8s16, v2s32, v4s32});
223 .clampNumElements(0, v8s8, v16s8)
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp72 const LLT v16s8 = LLT::fixed_vector(16, 8); local
112 v8s8, v8s16, v8s32, v8s64, v16s1, v16s8, v16s16, v16s32, v16s64};
117 v8s1, v8s8, v8s16, v8s32, v8s64, v16s1, v16s8, v16s16, v16s32, v16s64};
122 v8s32, v8s64, v16s8, v16s16, v16s32, v16s64};
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp76 const LLT v16s8 = LLT::fixed_vector(16, 8); local
86 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
116 Query, {{v16s8, p0, 128, NoAlignRequirements},
202 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
285 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))

Completed in 268 milliseconds