Lines Matching refs:fixed_vector

148   LLT V4S32 = LLT::fixed_vector(4, S32);  in TEST_F()
1384 const LLT V2S32 = LLT::fixed_vector(2, 32); in TEST_F()
1385 const LLT V5S32 = LLT::fixed_vector(5, 32); in TEST_F()
1431 LLT v2s32 = LLT::fixed_vector(2, 32); in TEST_F()
1432 LLT v6s32 = LLT::fixed_vector(6, 32); in TEST_F()
1483 LLT v2s32 = LLT::fixed_vector(2, 32); in TEST_F()
1484 LLT v5s32 = LLT::fixed_vector(5, 32); in TEST_F()
1626 LLT v2s32 = LLT::fixed_vector(2, 32); in TEST_F()
1630 .lowerFor({s64, LLT::fixed_vector(2, s32)}); in TEST_F()
1714 LLT V2S16 = LLT::fixed_vector(2, S16); in TEST_F()
1715 LLT V2S32 = LLT::fixed_vector(2, S32); in TEST_F()
1719 .lowerFor({s64, LLT::fixed_vector(2, s32)}); in TEST_F()
3158 LLT V2S32{LLT::fixed_vector(2, 32)}; in TEST_F()
3281 auto Cast = B.buildBitcast(LLT::fixed_vector(2, 32), Copies[0]); in TEST_F()
3282 auto BSwap = B.buildBSwap(LLT::fixed_vector(2, 32), Cast); in TEST_F()
3432 LLT V4S8 = LLT::fixed_vector(4, 8); in TEST_F()
3466 LLT V4S8 = LLT::fixed_vector(4, 8); in TEST_F()
3500 LLT V4S8 = LLT::fixed_vector(4, 8); in TEST_F()
3530 auto VCond = B.buildUndef(LLT::fixed_vector(4, 1)); in TEST_F()
3546 LLT V4S8 = LLT::fixed_vector(4, 8); in TEST_F()
3631 LLT V2S64{{LLT::fixed_vector(2, 64)}}; in TEST_F()
3693 LLT V2S32{LLT::fixed_vector(2, 32)}; in TEST_F()
3694 LLT V2S64{LLT::fixed_vector(2, 64)}; in TEST_F()
3745 LLT V2S16{LLT::fixed_vector(2, 16)}; in TEST_F()
3746 LLT V3S16{LLT::fixed_vector(3, 16)}; in TEST_F()
3747 LLT V4S16{LLT::fixed_vector(4, 16)}; in TEST_F()
3825 LLT V2S16{LLT::fixed_vector(2, 16)}; in TEST_F()
3826 LLT V2S32{LLT::fixed_vector(2, 32)}; in TEST_F()
3827 LLT V4S16{LLT::fixed_vector(4, 16)}; in TEST_F()
3877 LLT V2S32{LLT::fixed_vector(2, 32)}; in TEST_F()
3878 LLT V4S32{LLT::fixed_vector(4, 32)}; in TEST_F()
3918 LLT V2S16{LLT::fixed_vector(2, 16)}; in TEST_F()
3919 LLT V3S16{LLT::fixed_vector(3, 16)}; in TEST_F()
3920 LLT V8S16{LLT::fixed_vector(8, 16)}; in TEST_F()
4044 LLT V6S64 = LLT::fixed_vector(6, S64); in TEST_F()
4060 Helper.moreElementsVector(*Shuffle, 0, LLT::fixed_vector(8, S64))); in TEST_F()
4137 LLT v2s1 = LLT::fixed_vector(2, 1); in TEST_F()
4138 LLT v2s32 = LLT::fixed_vector(2, 32); in TEST_F()
4158 Helper.moreElementsVector(*Select, 1, LLT::fixed_vector(3, 1))); in TEST_F()