Lines Matching refs:fixed_vector
319 MidTy = LLT::fixed_vector(4, 32);
322 MidTy = LLT::fixed_vector(2, 32);
342 LLT MainTy = LLT::fixed_vector(16, 8);
354 Register v8Zeroes = Builder.buildConstant(LLT::fixed_vector(8, 8), 0)
360 .buildMergeLikeInstr(LLT::fixed_vector(16, 8),
365 .buildMergeLikeInstr(LLT::fixed_vector(16, 8),
372 extractParts(Ext1SrcReg, LLT::fixed_vector(16, 8), SrcNumElts / 16,
374 extractParts(Ext2SrcReg, LLT::fixed_vector(16, 8), SrcNumElts / 16,
385 ZeroesLLT = LLT::fixed_vector(4, 32);
388 ZeroesLLT = LLT::fixed_vector(2, 32);
401 Builder.buildConcatVectors(LLT::fixed_vector(NumElements, 32), DotReg);
471 MainTy = LLT::fixed_vector(16, 8);
473 MainTy = LLT::fixed_vector(8, 16);
475 MainTy = LLT::fixed_vector(4, 32);
503 {LLT::fixed_vector(4, 16)}, {WorkingRegisters[I]})
509 LLT addlvTy = MidScalarSize <= 32 ? LLT::fixed_vector(4, 32)
510 : LLT::fixed_vector(2, 64);