Searched refs:v8s8 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 53 const LLT v8s8 = LLT::fixed_vector(8, 8); in AArch64LegalizerInfo() local 74 v8s8, v4s16, v2s32}; in AArch64LegalizerInfo() 103 .clampNumElements(0, v8s8, v16s8) in AArch64LegalizerInfo() 130 .legalFor({s32, s64, v2s32, v2s64, v4s32, v4s16, v8s16, v16s8, v8s8}) in AArch64LegalizerInfo() 165 {v8s8, v8s8}, in AArch64LegalizerInfo() 176 .clampNumElements(0, v8s8, v16s8) in AArch64LegalizerInfo() 219 .legalFor({s32, s64, v8s8, v16s8, v4s16, v8s16, v2s32, v4s32}) in AArch64LegalizerInfo() 226 .legalFor({v8s8, v16s8, v4s16, v8s16, v2s32, v4s32}); in AArch64LegalizerInfo() 228 .clampNumElements(0, v8s8, v16s8) in AArch64LegalizerInfo() 375 {v8s8, p0, s64, 8}, in AArch64LegalizerInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVLegalizerInfo.cpp | 78 const LLT v8s8 = LLT::fixed_vector(8, 8); in SPIRVLegalizerInfo() local 113 v3s32, v3s64, v4s1, v4s8, v4s16, v4s32, v4s64, v8s1, v8s8, v8s16, in SPIRVLegalizerInfo() 118 v4s64, v8s1, v8s8, v8s16, v8s32, v8s64, v16s1, in SPIRVLegalizerInfo() 124 v8s1, v8s8, v8s16, v8s32, v8s64, v16s1, v16s8, v16s16, v16s32, v16s64}; in SPIRVLegalizerInfo() 128 v4s8, v4s16, v4s32, v4s64, v8s8, v8s16, in SPIRVLegalizerInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 137 GIComplexOperandMatcher<v8s8, "selectExtractHigh">,
|