Searched refs:v2s32 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 57 const LLT v2s32 = LLT::fixed_vector(2, 32); in AArch64LegalizerInfo() local 72 v8s8, v4s16, v2s32}; in AArch64LegalizerInfo() 97 .legalFor({v2s8, v4s8, v8s8, v16s8, v2s16, v4s16, v8s16, v2s32, v4s32, in AArch64LegalizerInfo() 105 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 119 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 145 .legalFor({s32, s64, v8s8, v16s8, v4s16, v8s16, v2s32, v4s32, v2s64}) in AArch64LegalizerInfo() 151 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 172 .legalFor({s32, s64, v8s8, v16s8, v4s16, v8s16, v2s32, v4s32, v2s64}) in AArch64LegalizerInfo() 177 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 212 {v2s32, v2s32}, in AArch64LegalizerInfo() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.cpp | 71 const LLT v2s32 = LLT::fixed_vector(2, 32); in SPIRVLegalizerInfo() local 95 v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo() 99 auto allVectors = {v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, in SPIRVLegalizerInfo() 105 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo() 110 v2s32, v2s64, v3s8, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo() 121 s16, s32, s64, v2s16, v2s32, v2s64, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LegalizerInfo.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Target.td | 25 def v2s32 : LLT;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86LegalizerInfo.cpp | 60 const LLT v2s32 = LLT::fixed_vector(2, 32); in X86LegalizerInfo() local 339 {{s64, p0, s64, 1}, {v2s32, p0, v2s32, 1}}); in X86LegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 143 GIComplexOperandMatcher<v2s32, "selectExtractHigh">, 159 GIComplexOperandMatcher<v2s32, "selectExtractHigh">,
|