Home
last modified time | relevance | path

Searched refs:v2s8 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp110 const LLT v2s8 = LLT::fixed_vector(2, 8); in SPIRVLegalizerInfo()
129 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo()
133 auto allVectors = {v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, in SPIRVLegalizerInfo()
139 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo()
143 auto allIntScalarsAndVectors = {s8, s16, s32, s64, v2s8, v2s16, in SPIRVLegalizerInfo()
96 const LLT v2s8 = LLT::fixed_vector(2, 8); SPIRVLegalizerInfo() local
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerTest.cpp36 auto v2s8 = LLT::fixed_vector(2, 8);
47 getActionDefinitionsBuilder(G_BUILD_VECTOR_TRUNC).legalFor({{v2s8, s16}});
H A DLegalizerInfoTest.cpp234 const LLT v2s8 = LLT::fixed_vector(2, 8); in TEST() local
307 EXPECT_ACTION(WidenScalar, 0, v2s16, LegalityQuery(G_XOR, {v2s8})); in TEST()
374 EXPECT_ACTION(Unsupported, 0, LLT(), LegalityQuery(G_XOR, {v2s8})); in TEST()
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp53 const LLT v2s8 = LLT::fixed_vector(2, 8); in AArch64LegalizerInfo()
98 v2s16, v2s8}) in AArch64LegalizerInfo()
423 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0) in AArch64LegalizerInfo()
480 .scalarizeIf(typeInSet(0, {v2s16, v2s8}), 0) in AArch64LegalizerInfo()
55 const LLT v2s8 = LLT::fixed_vector(2, 8); AArch64LegalizerInfo() local