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 | 59 const LLT v2s32 = LLT::fixed_vector(2, 32); in AArch64LegalizerInfo() local 74 v8s8, v4s16, v2s32}; in AArch64LegalizerInfo() 105 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 121 .legalFor({s32, s64, v4s16, v8s16, v2s32, v4s32, v2s64}) in AArch64LegalizerInfo() 125 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 130 .legalFor({s32, s64, v2s32, v2s64, v4s32, v4s16, v8s16, v16s8, v8s8}) in AArch64LegalizerInfo() 135 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 169 {v2s32, v2s32}, in AArch64LegalizerInfo() 178 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo() 198 .lowerFor({s8, s16, s32, s64, v2s64, v4s32, v2s32}) in AArch64LegalizerInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 94 const LLT v2s32 = LLT::fixed_vector(2, 32); in SPIRVLegalizerInfo() local 112 s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, v3s16, in SPIRVLegalizerInfo() 116 auto allVectors = {v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, in SPIRVLegalizerInfo() 122 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo() 127 v2s32, v2s64, v3s8, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo() 138 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/lib/Target/X86/GISel/ |
H A D | X86LegalizerInfo.cpp | 56 const LLT v2s32 = LLT::fixed_vector(2, 32); in X86LegalizerInfo() local 379 {v2s32, p0, v2s32, 1}}); in X86LegalizerInfo()
|
/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/AArch64/ |
H A D | AArch64InstrFormats.td | 143 GIComplexOperandMatcher<v2s32, "selectExtractHigh">, 155 GIComplexOperandMatcher<v2s32, "selectExtractHigh">,
|