Lines Matching defs:VecTy
55 auto *VecTy = dyn_cast<VectorType>(Ty);
56 if (!VecTy)
58 if (!ST.isTypeForHVX(VecTy))
60 if (ST.useHVXV69Ops() || !VecTy->getElementType()->isFloatingPointTy())
180 VectorType *VecTy = cast<VectorType>(Src);
181 unsigned VecWidth = VecTy->getPrimitiveSizeInBits().getFixedValue();
182 if (isHVXVectorType(VecTy)) {
203 VecTy->getElementType()->isFloatingPointTy() ? FloatFactor : 1;
246 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices,
250 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
254 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace,