Searched refs:HwWidth (Results 1 – 1 of 1) sorted by relevance
470 unsigned HwWidth = 8*HwLen; in getPreferredHvxVectorAction() local471 if (VecWidth > 2*HwWidth) in getPreferredHvxVectorAction()477 if (VecWidth >= HwWidth/2 && VecWidth < HwWidth) in getPreferredHvxVectorAction()2388 unsigned HwWidth = 8 * Subtarget.getVectorLength(); in typeWidenToHvx() local2389 assert(Ty.getSizeInBits() <= HwWidth); in typeWidenToHvx()2390 if (Ty.getSizeInBits() == HwWidth) in typeWidenToHvx()2394 return MVT::getVectorVT(ElemTy, HwWidth / ElemTy.getSizeInBits()); in typeWidenToHvx()