Searched refs:v4s16 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 57 const LLT v4s16 = LLT::fixed_vector(4, 16); in AArch64LegalizerInfo() local 74 v8s8, v4s16, v2s32}; in AArch64LegalizerInfo() 104 .clampNumElements(0, v4s16, v8s16) in AArch64LegalizerInfo() 121 .legalFor({s32, s64, v4s16, v8s16, v2s32, v4s32, v2s64}) in AArch64LegalizerInfo() 124 .clampNumElements(0, v4s16, v8s16) in AArch64LegalizerInfo() 130 .legalFor({s32, s64, v2s32, v2s64, v4s32, v4s16, v8s16, v16s8, v8s8}) in AArch64LegalizerInfo() 167 {v4s16, v4s16}, in AArch64LegalizerInfo() 177 .clampNumElements(0, v4s16, v8s16) in AArch64LegalizerInfo() 219 .legalFor({s32, s64, v8s8, v16s8, v4s16, v8s16, v2s32, v4s32}) in AArch64LegalizerInfo() 226 .legalFor({v8s8, v16s8, v4s16, v8s16, v2s32, v4s32}); in AArch64LegalizerInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 83 const LLT v4s16 = LLT::fixed_vector(4, 16); in SPIRVLegalizerInfo() local 113 v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, v8s1, v8s8, v8s16, in SPIRVLegalizerInfo() 117 v3s16, v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, in SPIRVLegalizerInfo() 123 v3s1, v3s8, v3s16, v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, in SPIRVLegalizerInfo() 128 v4s8, v4s16, v4s32, v4s64, v8s8, v8s16, in SPIRVLegalizerInfo() 139 v4s16, v4s32, v4s64, v8s16, v8s32, v8s64, v16s16, v16s32, v16s64}; in SPIRVLegalizerInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Target.td | 26 def v4s16 : LLT;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 140 GIComplexOperandMatcher<v4s16, "selectExtractHigh">, 152 GIComplexOperandMatcher<v4s16, "selectExtractHigh">,
|