Searched refs:v4s32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp51 const LLT v4s32 = LLT::vector(4, 32); local
62 .legalFor({p0, s1, s8, s16, s32, s64, v2s32, v4s32, v2s64})
79 .legalFor({p0, s16, s32, s64, v2s32, v4s32, v2s64})
84 .legalFor({s32, s64, v4s32, v2s32, v2s64})
89 .legalFor({s32, s64, v2s32, v4s32, v2s64, v8s16, v16s8})
92 .clampNumElements(0, v2s32, v4s32)
98 {v2s32, v2s32}, {v4s32, v4s32}, {v2s64, v2s64}})
102 .clampNumElements(0, v2s32, v4s32)
131 {v4s32, v4s3
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp290 const LLT v4s32 = LLT::vector(4, 32); local
294 for (auto Ty : {s32, v4s32})
298 for (auto Ty : {v4s32, v2s64})
305 for (const auto &Ty : {v4s32, v2s64}) {
321 const LLT v4s32 = LLT::vector(4, 32); local
334 for (auto Ty : {v16s8, v8s16, v4s32, v2s64})
350 {v16s8, v32s8, v8s16, v16s16, v4s32, v8s32, v2s64, v4s64}) {
354 for (const auto &Ty : {v16s8, v8s16, v4s32, v2s64}) {
364 const LLT v4s32 = LLT::vector(4, 32); local
366 setAction({G_MUL, v4s32}, Lega
375 const LLT v4s32 = LLT::vector(4, 32); local
450 const LLT v4s32 = LLT::vector(4, 32); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp61 const LLT v4s32 = LLT::vector(4, 32); local
69 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
93 {v4s32, p0, 128, false},
149 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))
213 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64}))

Completed in 76 milliseconds