Lines Matching refs:fixed_vector

50   const LLT v16s8 = LLT::fixed_vector(16, 8);
51 const LLT v8s8 = LLT::fixed_vector(8, 8);
52 const LLT v4s8 = LLT::fixed_vector(4, 8);
53 const LLT v2s8 = LLT::fixed_vector(2, 8);
54 const LLT v8s16 = LLT::fixed_vector(8, 16);
55 const LLT v4s16 = LLT::fixed_vector(4, 16);
56 const LLT v2s16 = LLT::fixed_vector(2, 16);
57 const LLT v2s32 = LLT::fixed_vector(2, 32);
58 const LLT v4s32 = LLT::fixed_vector(4, 32);
59 const LLT v2s64 = LLT::fixed_vector(2, 64);
60 const LLT v2p0 = LLT::fixed_vector(2, p0);
1341 return std::pair(0, LLT::fixed_vector(Ty == s16 ? 4 : 2, Ty));
1726 MidTy = LLT::fixed_vector(4, 32);
1729 MidTy = LLT::fixed_vector(2, 64);
2029 LLT VTy = Size == 128 ? LLT::fixed_vector(16, 8) : LLT::fixed_vector(8, 8);
2045 LLT Dt = Ty == LLT::fixed_vector(2, 64) ? LLT::fixed_vector(4, 32) : Ty;
2050 if (Ty == LLT::fixed_vector(2, 64)) {
2054 } else if (Ty == LLT::fixed_vector(4, 32)) {
2056 } else if (Ty == LLT::fixed_vector(2, 32)) {
2073 } else if (Ty == LLT::fixed_vector(8, 16)) {
2075 HAddTys.push_back(LLT::fixed_vector(8, 16));
2076 } else if (Ty == LLT::fixed_vector(4, 32)) {
2078 HAddTys.push_back(LLT::fixed_vector(8, 16));
2079 HAddTys.push_back(LLT::fixed_vector(4, 32));
2080 } else if (Ty == LLT::fixed_vector(2, 64)) {
2082 HAddTys.push_back(LLT::fixed_vector(8, 16));
2083 HAddTys.push_back(LLT::fixed_vector(4, 32));
2084 HAddTys.push_back(LLT::fixed_vector(2, 64));
2085 } else if (Ty == LLT::fixed_vector(4, 16)) {
2087 HAddTys.push_back(LLT::fixed_vector(4, 16));
2088 } else if (Ty == LLT::fixed_vector(2, 32)) {
2090 HAddTys.push_back(LLT::fixed_vector(4, 16));
2091 HAddTys.push_back(LLT::fixed_vector(2, 32));