Searched refs:v2s64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64LegalizerInfo.cpp | 57 const LLT v2s64 = LLT::fixed_vector(2, 64); in AArch64LegalizerInfo() local 62 v2s64, v2p0, in AArch64LegalizerInfo() 104 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo() 112 return Query.Opcode == G_MUL && Query.Types[0] == v2s64; in AArch64LegalizerInfo() 115 .legalFor({v2s64}) in AArch64LegalizerInfo() 119 .clampNumElements(0, v2s64, v2s64) in AArch64LegalizerInfo() 139 {v2s64, v2s64}, in AArch64LegalizerInfo() 145 .clampNumElements(0, v2s64, v2s64) in AArch64LegalizerInfo() 150 .legalFor({{p0, s64}, {v2p0, v2s64}}) in AArch64LegalizerInfo() 176 .clampNumElements(0, v2s64, v2s64) in AArch64LegalizerInfo() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86LegalizerInfo.cpp | 298 const LLT v2s64 = LLT::fixed_vector(2, 64); in setLegalizerInfoSSE1() local 307 for (auto Ty : {v4s32, v2s64}) in setLegalizerInfoSSE1() 315 for (const auto &Ty : {v4s32, v2s64}) { in setLegalizerInfoSSE1() 333 const LLT v2s64 = LLT::fixed_vector(2, 64); in setLegalizerInfoSSE2() local 343 for (auto Ty : {s64, v2s64}) in setLegalizerInfoSSE2() 347 for (auto Ty : {v16s8, v8s16, v4s32, v2s64}) in setLegalizerInfoSSE2() 364 {v16s8, v32s8, v8s16, v16s16, v4s32, v8s32, v2s64, v4s64}) { in setLegalizerInfoSSE2() 369 for (const auto &Ty : {v16s8, v8s16, v4s32, v2s64}) { in setLegalizerInfoSSE2() 394 const LLT v2s64 = LLT::fixed_vector(2, 64); in setLegalizerInfoAVX() local 415 for (auto Ty : {v16s8, v8s16, v4s32, v2s64}) { in setLegalizerInfoAVX() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsLegalizerInfo.cpp | 77 const LLT v2s64 = LLT::fixed_vector(2, 64); in MipsLegalizerInfo() local 84 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 117 {v2s64, p0, 128, NoAlignRequirements}})) in MipsLegalizerInfo() 200 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() 283 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo()
|