Lines Matching refs:fixed_vector

98   LegacyInfo.setAction({G_ADD, LLT::fixed_vector(8, 8)},  in TEST()
100 LegacyInfo.setAction({G_ADD, LLT::fixed_vector(16, 8)}, in TEST()
102 LegacyInfo.setAction({G_ADD, LLT::fixed_vector(4, 16)}, in TEST()
104 LegacyInfo.setAction({G_ADD, LLT::fixed_vector(8, 16)}, in TEST()
106 LegacyInfo.setAction({G_ADD, LLT::fixed_vector(2, 32)}, in TEST()
108 LegacyInfo.setAction({G_ADD, LLT::fixed_vector(4, 32)}, in TEST()
121 EXPECT_EQ(L.getAction({G_ADD, {LLT::fixed_vector(8, 8)}}), in TEST()
123 EXPECT_EQ(L.getAction({G_ADD, {LLT::fixed_vector(8, 7)}}), in TEST()
124 LegalizeActionStep(WidenScalar, 0, LLT::fixed_vector(8, 8))); in TEST()
125 EXPECT_EQ(L.getAction({G_ADD, {LLT::fixed_vector(2, 8)}}), in TEST()
126 LegalizeActionStep(MoreElements, 0, LLT::fixed_vector(8, 8))); in TEST()
127 EXPECT_EQ(L.getAction({G_ADD, {LLT::fixed_vector(8, 32)}}), in TEST()
128 LegalizeActionStep(FewerElements, 0, LLT::fixed_vector(4, 32))); in TEST()
130 EXPECT_EQ(L.getAction({G_ADD, {LLT::fixed_vector(3, 3)}}), in TEST()
131 LegalizeActionStep(WidenScalar, 0, LLT::fixed_vector(3, 8))); in TEST()
132 EXPECT_EQ(L.getAction({G_ADD, {LLT::fixed_vector(3, 8)}}), in TEST()
133 LegalizeActionStep(MoreElements, 0, LLT::fixed_vector(8, 8))); in TEST()
233 const LLT v2s5 = LLT::fixed_vector(2, 5); in TEST()
234 const LLT v2s8 = LLT::fixed_vector(2, 8); in TEST()
235 const LLT v2s16 = LLT::fixed_vector(2, 16); in TEST()
236 const LLT v2s32 = LLT::fixed_vector(2, 32); in TEST()
237 const LLT v3s32 = LLT::fixed_vector(3, 32); in TEST()
238 const LLT v4s32 = LLT::fixed_vector(4, 32); in TEST()
239 const LLT v8s32 = LLT::fixed_vector(8, 32); in TEST()
240 const LLT v2s33 = LLT::fixed_vector(2, 33); in TEST()
241 const LLT v2s64 = LLT::fixed_vector(2, 64); in TEST()
244 const LLT v3p0 = LLT::fixed_vector(3, p0); in TEST()
245 const LLT v4p0 = LLT::fixed_vector(4, p0); in TEST()
248 const LLT v2s1 = LLT::fixed_vector(2, 1); in TEST()
249 const LLT v4s1 = LLT::fixed_vector(4, 1); in TEST()