Home
last modified time | relevance | path

Searched refs:v4s32 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp128 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
148 {v4s32, v4s32}, in AArch64LegalizerInfo()
154 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
176 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
205 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
408 {v4s32, v4s32}, in AArch64LegalizerInfo()
656 {v4s32, s32}, in AArch64LegalizerInfo()
659 .clampNumElements(0, v4s32, v4s32) in AArch64LegalizerInfo()
715 .clampNumElements(0, v4s32, v4s32) in AArch64LegalizerInfo()
824 {v4s32, v4s32}, in AArch64LegalizerInfo()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp297 const LLT v4s32 = LLT::fixed_vector(4, 32); in setLegalizerInfoSSE1() local
303 for (auto Ty : {s32, v4s32}) in setLegalizerInfoSSE1()
307 for (auto Ty : {v4s32, v2s64}) in setLegalizerInfoSSE1()
315 for (const auto &Ty : {v4s32, v2s64}) { in setLegalizerInfoSSE1()
332 const LLT v4s32 = LLT::fixed_vector(4, 32); in setLegalizerInfoSSE2() local
347 for (auto Ty : {v16s8, v8s16, v4s32, v2s64}) in setLegalizerInfoSSE2()
380 const LLT v4s32 = LLT::fixed_vector(4, 32); in setLegalizerInfoSSE41() local
393 const LLT v4s32 = LLT::fixed_vector(4, 32); in setLegalizerInfoAVX() local
415 for (auto Ty : {v16s8, v8s16, v4s32, v2s64}) { in setLegalizerInfoAVX()
476 const LLT v4s32 = LLT::fixed_vector(4, 32); in setLegalizerInfoAVX512() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp82 const LLT v4s32 = LLT::fixed_vector(4, 32); in SPIRVLegalizerInfo() local
111 v3s16, v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, v8s1, in SPIRVLegalizerInfo()
116 v3s1, v3s8, v3s16, v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, in SPIRVLegalizerInfo()
121 v4s8, v4s16, v4s32, v4s64, v8s8, v8s16, in SPIRVLegalizerInfo()
130 v4s16, v4s32, v4s64, v8s16, v8s32, v8s64, v16s16, v16s32, v16s64}; in SPIRVLegalizerInfo()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp77 const LLT v4s32 = LLT::fixed_vector(4, 32); in MipsLegalizerInfo() local
85 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo()
117 {v4s32, p0, 128, NoAlignRequirements}, in MipsLegalizerInfo()
201 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo()
284 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td1758 "llvm.nvvm.tex.1d.v4s32.s32">;
1762 "llvm.nvvm.tex.1d.v4s32.f32">;
1866 "llvm.nvvm.tex.2d.v4s32.s32">;
1870 "llvm.nvvm.tex.2d.v4s32.f32">;
1987 [], "llvm.nvvm.tex.3d.v4s32.s32">;
1992 "llvm.nvvm.tex.3d.v4s32.f32">;
2039 "llvm.nvvm.tex.cube.v4s32.f32">;
2106 "llvm.nvvm.tld4.r.2d.v4s32.f32">;
2110 "llvm.nvvm.tld4.g.2d.v4s32.f32">;
2114 "llvm.nvvm.tld4.b.2d.v4s32.f32">;
[all …]
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DLegalizer.rst63 .legalFor({s32, s64, v2s32, v4s32, v2s64})
66 .clampNumElements(0, v2s32, v4s32)
125 .legalFor({s32, s64, v2s32, v4s32, v2s64})